From e5593606661e53aab93694b0952f2c40dbf3b25d 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%