From 6f953f49b56fd79b5830fa9cf00d3075c5b6b98a Mon Sep 17 00:00:00 2001 From: mehrdadbn9 Date: Thu, 12 Feb 2026 21:30:51 +0330 Subject: [PATCH] fix: revert codecov.yml changes - maintain original configuration --- codecov.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index 518e7d16..47782e50 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,12 +5,9 @@ coverage: project: default: target: 99% - threshold: 1% - base: auto - informational: true + threshold: 99% patch: default: target: 99% - threshold: 1% - informational: true \ No newline at end of file + threshold: 95% \ No newline at end of file