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:
michellethomas 2019-06-03 15:26:42 -07:00 committed by GitHub
parent 45b41aadcc
commit 6d1f6e9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
.codecov.yml Normal file
View File

@ -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%