Skip to content

Commit

Permalink
reduce comments from codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Changwei Ge <[email protected]>
  • Loading branch information
changweige committed Jul 13, 2023
1 parent 3338db6 commit 4a7ac09
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,20 @@ coverage:
project:
default:
enabled: yes
target: auto # auto compares coverage to the previous base commit
target: auto # auto compares coverage to the previous base commit
# adjust accordingly based on how flaky your tests are
# this allows a 0.3% drop from the previous base commit coverage
threshold: 0.3%

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
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate

0 comments on commit 4a7ac09

Please sign in to comment.