Skip to content

Commit

Permalink
test: avoid false positive project coverage failures due to rounding …
Browse files Browse the repository at this point in the history
…errors (#1488)
  • Loading branch information
ssbarnea authored Aug 2, 2024
1 parent 9d1c9bd commit 9f67ace
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ comment: false
coverage:
status:
patch: true # we want github annotations
project:
default:
# avoid noise from rounding errors, often caused by code reformatting
threshold: "0.05"

0 comments on commit 9f67ace

Please sign in to comment.