no test coverage

diff --git a/pyproject.toml b/pyproject.toml
index d081573f..d209c27a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,7 +49,7 @@ skip-string-normalization = true
 
 [tool.pytest.ini_options]
 testpaths = "tests"
-addopts = "--cov-report term-missing:skip-covered --cov=borgmatic --no-cov-on-fail --cov-fail-under=100 --ignore=tests/end-to-end"
+addopts = "--ignore=tests/end-to-end"
 
 [tool.isort]
 profile = "black"
-- 
2.45.2

