From 328960ab20d9a251e3d81a190482c9c5c811e90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Tue, 7 May 2024 21:54:10 +0800 Subject: [PATCH] chore(codecov): optimize configuration settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Flcă‚› --- 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