summaryrefslogtreecommitdiff
blob: a3c02598b724ee63078148f0cc8c9b689e55edee (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
 
 [flake8]
 max-line-length = 100