Skip to content

Commit

Permalink
Maybe fix codecov.yml
Browse files Browse the repository at this point in the history
I believe range|precision|round are meant to be 2 levels up
  • Loading branch information
Kirill888 committed Aug 25, 2021
1 parent a33a149 commit 29d9774
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "50...100"

status:
project:
default: # This can be anything, but it needs to exist as the name
# basic settings
target: 50%
threshold: 20%
precision: 2
round: down
range: "20...100"

0 comments on commit 29d9774

Please sign in to comment.