Create codecov.yml
This commit is contained in:
parent
5d5dfb1c6a
commit
e40e74d6a2
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…
Reference in New Issue
Block a user