Skip to content

Commit

Permalink
Increase code coverage threshold to 98
Browse files Browse the repository at this point in the history
  • Loading branch information
tdg5 committed Apr 7, 2024
1 parent 2b9e635 commit e67a95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ source = [
]

[tool.coverage.report]
fail_under = 95
fail_under = 98

[tool.flake8]
ignore = ["E203", "E251", "E701", "N805", "W503", "DAR101", "DAR201", "DAR301", "DAR401"]
Expand Down

0 comments on commit e67a95f

Please sign in to comment.