Create codecov.yml

This commit is contained in:
Bert Blommers 2021-01-27 17:04:09 +00:00 committed by GitHub
parent 5d5dfb1c6a
commit e40e74d6a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
codecov.yml Normal file
View 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%