Skip to content

Commit

Permalink
[build] Only fail codecov checks if drop in coverage of 5% (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
robskillington authored Jun 18, 2020
1 parent 2f9897d commit 967f455
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,57 @@ coverage:

status:
project:
default: on
default:
target: auto
threshold: 5%
x:
target: auto
threshold: 5%
flags: x
cluster:
target: auto
threshold: 5%
flags: cluster
msg:
target: auto
threshold: 5%
flags: msg
metrics:
target: auto
threshold: 5%
flags: metrics
aggregator:
target: auto
threshold: 5%
flags: aggregator
collector:
target: auto
threshold: 5%
flags: collector
query:
target: auto
threshold: 5%
flags: query
dbnode:
target: auto
threshold: 5%
flags: dbnode
m3ninx:
target: auto
threshold: 5%
flags: m3ninx
m3nsch:
target: auto
threshold: 5%
flags: m3nsch
m3em:
target: auto
threshold: 5%
flags: m3em
patch:
default: on
default:
target: auto
threshold: 5%
changes:
default: off

Expand Down

0 comments on commit 967f455

Please sign in to comment.