Skip to content

Commit

Permalink
set pycov pass at 80%
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbetts committed Sep 4, 2023
1 parent 62d5fb0 commit 1015b62
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 @@ -54,7 +54,7 @@ log_cli_date_format = "%d %H:%M:%S"
[tool.coverage.run]
omit = [".*", "*/site-packages/*"]
[tool.coverage.report]
fail_under = 95
fail_under = 80
exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:"
Expand Down

0 comments on commit 1015b62

Please sign in to comment.