From 61dd9ef84736d5cff06cdcc4141aafafb6a8d12e Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 27 Jul 2025 13:30:50 +0800 Subject: [PATCH] Update codecov --- .codecov.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 4f9f34b9..c219fd66 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,10 +1,14 @@ codecov: - require_ci_to_pass: no + require_ci_to_pass: yes coverage: status: project: default: target: auto threshold: 5 + patch: off + # default: + # target: auto + # threshold: 5 ignore: - - Tests + - Tests \ No newline at end of file