From adc93919fc924b6da6319897a4fa2cc45b28201a Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Fri, 5 Jun 2026 00:41:08 +0200 Subject: [PATCH] Only fail tests if coverage drops by more than one percent It is quite silly now how random fluctuations in coverage can result in red tests in the CI. --- .github/codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..236a6f1d --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + threshold: 1%