From 6b41fd41123772fe7f0ffe72e8c3fe41154d0bf0 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 30 Mar 2026 13:24:22 +0200 Subject: [PATCH] Improve codecov settings for more sensible defaults (#6676) Co-authored-by: Claude Opus 4.6 (1M context) --- codecov.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codecov.yaml b/codecov.yaml index 068110729..287f80722 100644 --- a/codecov.yaml +++ b/codecov.yaml @@ -4,8 +4,11 @@ coverage: status: project: default: - target: 40 - threshold: 0.09 + target: auto + threshold: 1 + patch: + default: + target: 80 comment: false github_checks: annotations: false \ No newline at end of file