Skip to content

Commit

Permalink
action: reduce the number of times the codecov tool sends comments
Browse files Browse the repository at this point in the history
This patch alleviates the problem that codecov frequently sending
emails to users when PR is updated.

Signed-off-by: Qinqi Qu <[email protected]>
  • Loading branch information
adamqqqplay authored and jiangliu committed Jul 6, 2023
1 parent 5db3f0a commit 6264367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ coverage:
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_changes: true # if true: only post the comment if coverage changes

codecov:
require_ci_to_pass: false
notify:
wait_for_ci: false
wait_for_ci: true

# When modifying this file, please validate using
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate

0 comments on commit 6264367

Please sign in to comment.