From: Zachary Ware Date: Mon, 13 Feb 2017 04:21:19 +0000 (-0600) Subject: Allow up to a 0.01% drop in coverage (#30) X-Git-Tag: v3.7.0a1~1354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=649a7caf6b26b3bf62485951c44bd1606a5f65f9;p=thirdparty%2FPython%2Fcpython.git Allow up to a 0.01% drop in coverage (#30) --- diff --git a/.codecov.yml b/.codecov.yml index 8650448c3e07..4f84cb6f39eb 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: