From 22c59ef3b5cc7c392c8ace46a828f4a3325047d6 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Fri, 2 Feb 2024 01:10:15 +0800 Subject: [PATCH] chore(ci): update patch coverage check to 80% (#1264) Signed-off-by: Billy Zha --- .github/.codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/.codecov.yml b/.github/.codecov.yml index bd3cf58f6..67cfe2eaa 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -16,4 +16,8 @@ coverage: project: default: target: 75% + if_ci_failed: error + patch: + default: + target: 80% if_ci_failed: error \ No newline at end of file