Skip to content

Commit

Permalink
action: disable codecov patch check
Browse files Browse the repository at this point in the history
Signed-off-by: Qinqi Qu <quqinqi@linux.alibaba.com>
  • Loading branch information
adamqqqplay authored and jiangliu committed Nov 27, 2023
1 parent f21fe67 commit 0916979
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0916979

Please sign in to comment.