From bed103955b496d2edb4bb6ed2ab6396ed9cbb9a1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 1 Jul 2020 22:56:15 +0200 Subject: codecov.yml: suppress coverage errors even more We are still getting nacks from codecov on PRs after the previous commit. Try to add patch section to prevent failures. --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index ac1b3312f..9963c22cb 100644 --- a/codecov.yml +++ b/codecov.yml @@ -17,6 +17,11 @@ coverage: informational: true threshold: 100% target: 0% + patch: + default: + informational: true + threshold: 100% + target: 0% comment: layout: "files" -- cgit mrf-deployment