From 0b78aa631a0a8e3243ce7e8f99b0b61bafeca803 Mon Sep 17 00:00:00 2001 From: Xiaoxuan Wang <103478229+wangxiaoxuan273@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:42:04 +0800 Subject: [PATCH] build: increase code coverage threshold to 75% (#666) Resolves #662 Signed-off-by: Xiaoxuan Wang --- .github/.codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/.codecov.yml b/.github/.codecov.yml index e686805d..fc8153cc 100644 --- a/.github/.codecov.yml +++ b/.github/.codecov.yml @@ -15,5 +15,5 @@ coverage: status: project: default: - target: 70% - if_ci_failed: error \ No newline at end of file + target: 75% + if_ci_failed: error