Skip to content

Commit

Permalink
chore(codecov) update some configuration settings
Browse files Browse the repository at this point in the history
So PRs checks stay green as much as possible:

* Lower range to 75/90.
* Lower target since many patches may not have 90% coverage.
* Increase drop threshold
  • Loading branch information
thibaultcha committed Sep 15, 2023
1 parent 3bea432 commit d1d9d3a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ codecov:
after_n_builds: 9

coverage:
precision: 4
precision: 5
round: down
range: "75...100"
range: "75...90"
status:
project:
default:
target: auto
threshold: 3%
base: auto
target: 50%
threshold: 20%
flags:
- unit
paths:
Expand Down

0 comments on commit d1d9d3a

Please sign in to comment.