From 9667ba0c1d060a9d6bed2ab1e045d200d48d22b0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 17 Feb 2026 08:45:08 +0000 Subject: [PATCH] fix: update coverage target from 100% to 85% in codecov configuration --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 035d297a..19009755 100644 --- a/codecov.yml +++ b/codecov.yml @@ -32,7 +32,7 @@ coverage: default: # Patch coverage is a suggestion only (not required to pass PR) # Developers should aim for 100% but it won't block the PR - target: 100% + target: 85% required: false only: - lines