Revert "Remove pytest-cov flag"

This reverts commit 297b1268b0.
This commit is contained in:
Pedro Ferreira 2017-08-05 19:49:50 +02:00
parent 778f74200a
commit a5ce920440

View File

@ -1,3 +1,3 @@
[pytest]
addopts = --cov ssb --cov-report term-missing
addopts = --cov ssb --cov-report term-missing --no-cov-on-fail
python_files = ssb/tests/test_*.py