Skip to content

Commit

Permalink
Merge pull request #25 from tofubert/cargo/ease_codecov
Browse files Browse the repository at this point in the history
update codecov to be less noisy
  • Loading branch information
tofubert authored Aug 29, 2024
2 parents a5121f6 + b5dd153 commit 7344428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ coverage: # https://docs.codecov.com/docs/codecovyml-reference#coverage
project:
default:
threshold: 10% # Avoid false negatives, while numbers are so low.
patch:
default:
threshold: 2%

comment: # https://docs.codecov.com/docs/pull-request-comments
# make the comments less noisy
require_changes: true

github_checks:
annotations: false #Make commit readable again.

0 comments on commit 7344428

Please sign in to comment.