Adding codecov targets and thresholds (#7433)
* Adding codecov targets and thresholds * Changing diff coverage rules to 1% threshold * Changing codecov threshold to 0 and removing ignore
This commit is contained in:
parent
45b41aadcc
commit
6d1f6e9df9
|
|
@ -0,0 +1,11 @@
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
# Commits pushed to master should not make the overall
|
||||||
|
# project coverage decrease:
|
||||||
|
target: auto
|
||||||
|
threshold: 0%
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
threshold: 0%
|
||||||
Loading…
Reference in New Issue