Skip to content

Commit

Permalink
ci/codecov: increase patch threshold and coverage range (min 70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Mar 31, 2021
1 parent 12dc252 commit 22c3f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ codecov:
coverage:
precision: 2
round: down
range: "52...100"
range: "70...100"
status:
project:
default:
Expand All @@ -18,7 +18,7 @@ coverage:
patch:
default:
target: auto
threshold: 0.1%
threshold: 1%
paths:
- "src"
if_ci_failed: error
Expand Down

0 comments on commit 22c3f7e

Please sign in to comment.