wombatu-kun opened a new pull request, #18994: URL: https://github.com/apache/hudi/pull/18994
### What Set `comment: false` in `.codecov.yml` so Codecov stops posting per-commit comments on PRs. ### Why Today every commit on a PR generates a burst of Codecov comments and emails. The cause is a combination of three things: `behavior: new` (Codecov deletes and re-posts the comment on every upload, and each re-post is a new comment that emails subscribers), ~14 separate coverage uploads per CI run (one `Upload coverage to Codecov` step per test job in `.github/workflows/bot.yml`, each with its own `flags:`), and no `after_n_builds` (so Codecov comments as uploads arrive instead of once at the end). The result is roughly 14 comment/email events per commit, which matches the "6 commits => ~100 emails" reported in the discussion below. ### Change `comment: false` turns the PR comment off entirely. Coverage is still uploaded and the `codecov/project` / `codecov/patch` status checks are unaffected, so there is no impact on merge gating. This is a minimal, easily reversible measure (revert the one line to restore the comment). Discussion: https://github.com/apache/hudi/discussions/18992 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
