Skip to content

Commit 6d84287

Browse files
committed
Set a 80% threshold for the codecov status.patch
Signed-off-by: Benjamin Wang <[email protected]>
1 parent f03dee9 commit 6d84287

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ coverage:
3030
# allow some coverage reductions within a threshold
3131
# this allows a 1% drop from the previous base commit coverage
3232
threshold: 1%
33+
patch:
34+
default:
35+
target: auto
36+
threshold: 80%
3337
comment:
3438
layout: "header, files, diff, footer"
3539
behavior: default # default: update, if exists. Otherwise post new; new: delete old and post new

0 commit comments

Comments
 (0)