From a5ce920440ab8b0626c7d192c7daff791274f659 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Sat, 5 Aug 2017 19:49:50 +0200 Subject: [PATCH] Revert "Remove pytest-cov flag" This reverts commit 297b1268b025efd961f27aaf7a05d937931ec497. --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 674a8ff..33038b6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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