diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-02-13 04:21:19 (GMT) |
---|---|---|
committer | Ćukasz Langa <lukasz@langa.pl> | 2017-02-13 04:21:19 (GMT) |
commit | 649a7caf6b26b3bf62485951c44bd1606a5f65f9 (patch) | |
tree | c5f16e6c7104f640e144a74ffb63ff8fc09e02f1 | |
parent | 61e2bc74dfab1ceee332d3f480dcf86c478c87c5 (diff) | |
download | cpython-649a7caf6b26b3bf62485951c44bd1606a5f65f9.zip cpython-649a7caf6b26b3bf62485951c44bd1606a5f65f9.tar.gz cpython-649a7caf6b26b3bf62485951c44bd1606a5f65f9.tar.bz2 |
Allow up to a 0.01% drop in coverage (#30)
-rw-r--r-- | .codecov.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.codecov.yml b/.codecov.yml index 8650448..4f84cb6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -13,8 +13,12 @@ coverage: round: down status: changes: false - patch: true - project: true + patch: + default: + threshold: 0.01 + project: + default: + threshold: 0.01 parsers: gcov: branch_detection: |