From e16f98d9d52d968eae523a1762730e1ca4438699 Mon Sep 17 00:00:00 2001 From: "daniel.eades" Date: Fri, 19 Jan 2024 13:02:18 +0000 Subject: [PATCH] allow small variation in coverage without returning a failure --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..d06394ae0 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: + default: + target: auto + # Allow a tiny drop of overall project coverage in PR to reduce spurious failures. + threshold: 0.25%