Skip to content

Commit

Permalink
coverage threshold to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-nd committed Nov 5, 2024
1 parent e961950 commit d721833
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 @@ -59,7 +59,7 @@ exclude_lines = [
"import",
"pragma: no cover",
]
fail_under = 97
fail_under = 80

[tool.isort]
line_length = 79
Expand Down

0 comments on commit d721833

Please sign in to comment.