summaryrefslogtreecommitdiff
path: root/app-backup/borgmatic/files/borgmatic-1.9.3-no_test_coverage.patch
blob: 0c452651c455c85369f8fc722f1c8ea5ded141bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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