Create codecov.yml
This commit is contained in:
parent
5d5dfb1c6a
commit
e40e74d6a2
1 changed files with 11 additions and 0 deletions
11
codecov.yml
Normal file
11
codecov.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
# this allows a drop from the previous base commit coverage
|
||||||
|
threshold: 0.5%
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
# New code must have a 90% coverage
|
||||||
|
target: 90%
|
||||||
Loading…
Add table
Add a link
Reference in a new issue