Skip to content

Commit

Permalink
Set coverage minimum to 75%
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Oct 11, 2024
1 parent 01d714e commit 3e6c803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
with open("coverage.json") as file:
coverage_info = json.load(file)

assert coverage_info["totals"]["percent_covered"] > 78
assert coverage_info["totals"]["percent_covered"] > 75

0 comments on commit 3e6c803

Please sign in to comment.