From 39acb39de241670ec7f96312c37e4e84f97f5f19 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 1 Jul 2020 13:55:27 +0200 Subject: codecov.yml: suppress coverage errors more MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Somehow informational:true is not enough to not produce errors. We are constantly getting nacks on PRs like: x codecov/patch — 59.2% of diff hit (target 65.3%) Add back and relax target and treshold. --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index e374bcd99..ac1b3312f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,6 +15,8 @@ coverage: project: default: informational: true + threshold: 100% + target: 0% comment: layout: "files" -- cgit mrf-deployment