From cdc30e678086128f355584f291250e48e77d1084 Mon Sep 17 00:00:00 2001 From: Kili Date: Mon, 9 Mar 2026 22:43:34 +0100 Subject: [PATCH] Tune Codecov statuses for small PRs (#678) --- codecov.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..4c2e2b8 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,11 @@ +codecov: + require_ci_to_pass: true + +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: false