From 286dfa8e810de2e5801216aa8aaf68897a5c3f71 Mon Sep 17 00:00:00 2001 From: Henrik Nilsson Date: Tue, 23 Jun 2026 06:31:54 +0000 Subject: [PATCH] Make codecov project status non-blocking on PRs The project status flips between pass and fail on the sub-percent coverage wobble from the live-server tests, blocking merges on noise rather than on untested code. --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..d08101f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + informational: true