From f576b92ce2a0d80015ce029ee038e7c93951b6bb Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Mon, 28 Oct 2024 11:30:01 +0100 Subject: [PATCH] Increase code coverage targets to 90% and tighten thresholds. Updated project and patch coverage targets to 90% from 85% and 80%, respectively. Tightened thresholds from 5% to 2% to enforce stricter quality controls. --- codecov.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index a7460c1..a9f998e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,17 +6,17 @@ coverage: status: project: default: - target: 85% - threshold: 5% + target: 90% + threshold: 2% base: auto if_ci_failed: error only_pulls: false patch: default: - target: 80% + target: 90% base: auto if_ci_failed: error - threshold: 5% + threshold: 2% comment: require_changes: true