From ffaedda8e659c744e7e99a65e704562a751baf05 Mon Sep 17 00:00:00 2001 From: Paddy Roddy Date: Tue, 21 Mar 2023 11:18:09 +0000 Subject: [PATCH 1/2] Allow a small drop in coverage (due to flakiness) --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..cf1b5730 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + target: auto + # allow a small drop due to flaky tests From 19f30c011b293ad7e1283c836e420d7df62156ee Mon Sep 17 00:00:00 2001 From: Paddy Roddy Date: Tue, 21 Mar 2023 11:21:22 +0000 Subject: [PATCH 2/2] Forgot threshold --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index cf1b5730..a77aebe7 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,4 @@ coverage: default: target: auto # allow a small drop due to flaky tests + threshold: 0.5%