From 0f0cf0bc061df55bb2c3afbb27a8e944c6f71506 Mon Sep 17 00:00:00 2001 From: mehrdadbn9 Date: Thu, 12 Feb 2026 20:46:49 +0330 Subject: [PATCH] fix: update codecov threshold to 1% for proper coverage comparison --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 47782e50..edb08c98 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,9 +5,9 @@ coverage: project: default: target: 99% - threshold: 99% + threshold: 1% patch: default: target: 99% - threshold: 95% \ No newline at end of file + threshold: 1% \ No newline at end of file