From a947c952e9139918519189fe26a744bc8d854b93 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Fri, 23 Mar 2018 06:50:59 +0100 Subject: [PATCH] misc: allow for some coverage fall on commit License: MIT Signed-off-by: Jakub Sztandera --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/codecov.yml b/codecov.yml index 2d49566ed95..71f7741477a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,17 @@ codecov: notify: require_ci_to_pass: no after_n_builds: 2 + coverage: range: "50...100" + + status: + project: + default: + threshold: 0.2% + + patch: + default: + threshold: 2% + comment: off