Skip to content

Commit

Permalink
[CI only] Adjusted coverage targets/thresholds (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed May 1, 2024
1 parent 3296eb9 commit 559c4bc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,17 @@ ignore:
coverage:
precision: 2
round: down
range: "60...75"
range: "60...80"
status:
project:
default:
target: 65%
threshold: 1%
target: auto
threshold: 5%
patch:
default:
target: auto
threshold: 20%
informational: true
github_checks:
annotations: true
comment:
Expand Down

0 comments on commit 559c4bc

Please sign in to comment.