Skip to content

Disable codecov-commenter PR comments#513

Open
CGMossa wants to merge 1 commit into
extendr:mainfrom
CGMossa:chore/disable-codecov-comments
Open

Disable codecov-commenter PR comments#513
CGMossa wants to merge 1 commit into
extendr:mainfrom
CGMossa:chore/disable-codecov-comments

Conversation

@CGMossa
Copy link
Copy Markdown
Member

@CGMossa CGMossa commented May 1, 2026

Summary

The codecov-commenter bot keeps posting on PRs despite repeated attempts to silence it. Codecov's documented way to disable the commenter is comment: false in codecov.yml. This replaces the existing comment: block (which was actually configuring the comment, not disabling it) with comment: false.

Coverage status checks (project and patch thresholds at 70% / 5%) are kept as-is — only the PR comment is disabled.

Reference: https://docs.codecov.com/docs/pull-request-comments#disabling-comments

Test plan

  • After merge, open a follow-up PR and confirm that codecov-commenter does not post a comment
  • Confirm coverage status checks still appear and gate as before

🤖 Generated with Claude Code

Replace the `comment:` block in codecov.yml with `comment: false`,
the documented Codecov mechanism for silencing the codecov-commenter
bot. Coverage status checks (project / patch) are unaffected.
@CGMossa CGMossa force-pushed the chore/disable-codecov-comments branch from de24407 to fbb4c67 Compare May 2, 2026 11:13
@CGMossa
Copy link
Copy Markdown
Member Author

CGMossa commented May 2, 2026

The code coverage thing has been a nuisance for years. Good riddance to it. Developers should run this locally, if they want to enchance the coverage, and then just write that this is what they did. Not all contributors or even maintainers should worry about this.

@CGMossa CGMossa enabled auto-merge (squash) May 2, 2026 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant