From 091697918c31dac99f80bb5c9564796a6b2680a6 Mon Sep 17 00:00:00 2001 From: Qinqi Qu Date: Tue, 24 Oct 2023 14:27:37 +0800 Subject: [PATCH] action: disable codecov patch check Signed-off-by: Qinqi Qu --- .github/codecov.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 614736d1811..6509389a5aa 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,11 +5,9 @@ coverage: enabled: yes target: auto # auto compares coverage to the previous base commit # adjust accordingly based on how flaky your tests are - # this allows a 1% drop from the previous base commit coverage - threshold: 1% - patch: - default: - target: 25% # the required coverage value in each patch + # this allows a 0.2% drop from the previous base commit coverage + threshold: 0.2% + patch: false comment: layout: "reach, diff, flags, files"