From c1a31855c2f80e2751e0f5cdb00f8dbac6216027 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Fri, 29 Dec 2023 14:07:40 +0800 Subject: [PATCH] build(ci): enforce coverage check (#1220) Signed-off-by: Billy Zha --- .github/.codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/.codecov.yml b/.github/.codecov.yml index 45872bae9..bd3cf58f6 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -15,4 +15,5 @@ coverage: status: project: default: - target: 60% \ No newline at end of file + target: 75% + if_ci_failed: error \ No newline at end of file