Skip to content

Commit

Permalink
update codecov to be less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
tofubert committed Aug 29, 2024
1 parent a5121f6 commit b5dd153
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 b5dd153

Please sign in to comment.