From 330a2b570e53b72b88f364c477c80d17c1d347ab Mon Sep 17 00:00:00 2001 From: nolouch Date: Wed, 26 Jul 2023 14:50:10 +0800 Subject: [PATCH] codecov: adjust the rules to prevent ci become meaningless Signed-off-by: nolouch --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 44a3aac24b7..dc0f8a985ba 100644 --- a/codecov.yml +++ b/codecov.yml @@ -21,9 +21,9 @@ flag_management: carryforward: true statuses: - type: project - target: 85% + target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. - type: patch - target: 85% + target: 74% # increase it if you want to enforce higher coverage for project, current setting as 74% is for do not let the error be reported and lose the meaning of warning. ignore: - tests/** # integration test cases or tools.