From 24ce378bed59fdb6239598e837ae7011ac172c6a Mon Sep 17 00:00:00 2001 From: Carlos Cima Date: Wed, 19 Aug 2026 06:55:09 -0400 Subject: [PATCH] ci(codecov): raise the project coverage floor to 95% The floor was set to 80% back when patch status was disabled, but the suite has since held 100% coverage of src/, so 80% allowed a large silent regression before CI would object. Validated against Codecov's config validator. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01JLxceiNFfXfpGoxdfQEZqw --- codecov.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 3115378..8ec4f96 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,5 +2,7 @@ coverage: status: project: default: - target: 80% + # Floor, not a goal: the suite currently covers 100% of src/. + # Raised from 80% now that full coverage is the established norm. + target: 95% patch: false