From 649a7caf6b26b3bf62485951c44bd1606a5f65f9 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sun, 12 Feb 2017 22:21:19 -0600 Subject: [PATCH] Allow up to a 0.01% drop in coverage (#30) --- .codecov.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 8650448c3e0733..4f84cb6f39eb3d 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: