summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index d0d0b16..6881cc7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,8 +3,8 @@ description-file=README.md
[tool:pytest]
testpaths = tests
-addopts = --cov-report term-missing:skip-covered --cov=borgmatic --ignore=tests/end-to-end
-filterwarnings =
+addopts = --ignore=tests/end-to-end
+filterwarnings =
ignore:Coverage disabled.*:pytest.PytestWarning
[flake8]