diff --git a/.github/codecov.yml b/.github/codecov.yml index be29974de12..614736d1811 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -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 \ No newline at end of file