Skip to content

Commit

Permalink
Increase code coverage threshold to 88%
Browse files Browse the repository at this point in the history
  • Loading branch information
albertas committed Apr 6, 2024
1 parent 5a7f49f commit 0ff46e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deadcode/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ target_version = ["py38"]


[tool.pytest.ini_options]
addopts = "--cov=. --no-cov-on-fail --cov-fail-under=78.0"
addopts = "--cov=. --no-cov-on-fail --cov-fail-under=88.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ target_version = ["py38"]


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

0 comments on commit 0ff46e8

Please sign in to comment.