summaryrefslogtreecommitdiff
blob: 28562398a4070c24dd6397e849e3c4b06c7bd80a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,7 +3,7 @@
 
 [tool:pytest]
 testpaths = tests
-addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
+addopts = --ignore=tests/end-to-end
 filterwarnings = 
 	ignore:Coverage disabled.*:pytest.PytestWarning