Skip to content

Commit 0ff46e8

Browse files
committed
Increase code coverage threshold to 88%
1 parent 5a7f49f commit 0ff46e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deadcode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ target_version = ["py38"]
9191

9292

9393
[tool.pytest.ini_options]
94-
addopts = "--cov=. --no-cov-on-fail --cov-fail-under=78.0"
94+
addopts = "--cov=. --no-cov-on-fail --cov-fail-under=88.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ target_version = ["py38"]
9191

9292

9393
[tool.pytest.ini_options]
94-
addopts = "--cov=. --no-cov-on-fail --cov-fail-under=78.0"
94+
addopts = "--cov=. --no-cov-on-fail --cov-fail-under=88.0"

0 commit comments

Comments
 (0)