From ff3895ea26d65c9b2aae2efba075e7b5da5b34c4 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 9 Mar 2020 14:54:46 -0400 Subject: [PATCH] Set Codecov threshold to 0.05% to avoid flicker We have some non-deterministic tests which flap the coverage up and down slightly, but that should not set a failing status on PRs. This commit sets a threshold of 0.5% coverage change to prevent this. --- codecov.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 618691f80..65dc198fe 100644 --- a/codecov.yml +++ b/codecov.yml @@ -8,4 +8,9 @@ comment: - "master" - "v0.12" - +coverage: + status: + project: + default: + target: auto + threshold: "0.5%"