From 88d4f7552b45bc76acfeb491ba0bcfd685717e84 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 13 Dec 2019 12:27:42 +0000 Subject: [PATCH] Have Travis enforce 100% coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75154a400..6e93d836f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ install: cache: pip script: - make lint -- pytest -vvv --exitfirst tests/ --cov src --cov tests +- pytest -vvv --exitfirst tests/ --cov-fail-under 100 --cov src --cov tests after_success: - codecov