From b8f234b463833b56f554e993faac19018464c1e2 Mon Sep 17 00:00:00 2001 From: ethan Date: Sat, 8 Oct 2022 06:47:21 +0800 Subject: [PATCH] Update codecov.yml for threshold check (#513) * Update codecov.yml for threshold check Signed-off-by: hanjiahao * Update codecov.yml for target 60%, threshold 5% Signed-off-by: hanjiahao --- .github/codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000000..8528d74aa64 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + # basic + target: 60% + threshold: 5% + if_ci_failed: error