From 15b5a341519a3992fcae73f325e5486565cc9cc3 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 11 Feb 2017 10:20:06 -0600 Subject: [PATCH] Allow up to a 0.01% drop in coverage --- .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: