Skip to content

Commit

Permalink
ci: set codecov coverage threshold (#115)
Browse files Browse the repository at this point in the history
Codecov marks all PRs that do not hit the coverage target as failing,
which isn't very useful. This sets the threshold to 0.5% meaning that
anything that doesn't drop the overall coverage by 0.5% or more will
suceed.
  • Loading branch information
m4tx authored Jan 31, 2025
1 parent 6720a9e commit cdd5da9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
coverage:
status:
project:
default:
threshold: 0.5%
github_checks:
annotations: false

0 comments on commit cdd5da9

Please sign in to comment.