From 6a6ce3f9f7f26b8046d4691fcbf894f2aebae9a8 Mon Sep 17 00:00:00 2001 From: David Hewitt <1939362+davidhewitt@users.noreply.github.com> Date: Wed, 2 Sep 2020 08:10:51 +0100 Subject: [PATCH] Allow tiny coverage drop in PR to reduce "failure" noise --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codecov.yml b/codecov.yml index 50979600..4e2196bd 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,9 @@ comment: off +coverage: + status: + project: + default: + target: auto + # Allow a tiny drop of overall project coverage in PR to reduce spurious failures. + threshold: 0.25%