include codecov.yml
This commit is contained in:
11
codecov.yml
Normal file
11
codecov.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
coverage:
|
||||||
|
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code
|
||||||
|
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto # auto % coverage target
|
||||||
|
threshold: 5% # allow for 5% reduction of coverage without failing
|
||||||
|
|
||||||
|
# do not run coverage on patch nor changes
|
||||||
|
patch: false
|
||||||
Reference in New Issue
Block a user