Browse code

Make tests fail if coverage is less than 100%

Joseph Weston authored on 10/11/2019 16:39:21
Showing 1 changed files
... ...
@@ -9,7 +9,7 @@ python =
9 9
 
10 10
 [pytest]
11 11
 addopts =
12
-  --cov --cov-append --cov-report=
12
+  --cov --cov-append --cov-fail-under=100 --cov-report=
13 13
   --black
14 14
   --mypy
15 15
   --flake8