Skip to content

Commit

Permalink
Bump coverage to 80%
Browse files Browse the repository at this point in the history
We're at ~83% but this gives us some wiggle room so we're not changing
it for tiny changes.
  • Loading branch information
ghickman committed Dec 5, 2023
1 parent 452a33f commit 91975c9
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 @@ -39,7 +39,7 @@ source = [
]

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

Expand Down

0 comments on commit 91975c9

Please sign in to comment.