Browse code

Remove coverage report display during test run

Coverage reports are generated by the "report" test environment

Joseph Weston authored on 10/11/2019 09:13:21
Showing 1 changed files
... ...
@@ -8,7 +8,7 @@ python =
8 8
   3.7: clean,py37,report
9 9
 
10 10
 [pytest]
11
-addopts = --black --mypy --flake8 --cov --cov-append --cov-report term-missing
11
+addopts = --black --mypy --flake8 --cov --cov-append
12 12
 testpaths = qsim tests
13 13
 
14 14
 [coverage:paths]