Skip to content

Commit

Permalink
Ensure we always use 80 as coverage treshold
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed May 19, 2024
1 parent 9a51128 commit 36ec81f
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 @@ -124,7 +124,7 @@ branch = true
relative_files = true

[tool.coverage.report]
fail_under = 60
fail_under = 80
show_missing = true
skip_covered = true

Expand Down

0 comments on commit 36ec81f

Please sign in to comment.