Skip to content

Commit

Permalink
Set a 80% threshold for the codecov status.patch
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Wang <[email protected]>
  • Loading branch information
ahrtr committed Dec 12, 2024
1 parent f03dee9 commit 6d84287
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ coverage:
# allow some coverage reductions within a threshold
# this allows a 1% drop from the previous base commit coverage
threshold: 1%
patch:
default:
target: auto
threshold: 80%
comment:
layout: "header, files, diff, footer"
behavior: default # default: update, if exists. Otherwise post new; new: delete old and post new
Expand Down

0 comments on commit 6d84287

Please sign in to comment.