-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: disable CodeCov comments #2851
Conversation
WalkthroughThe change involves a configuration update to the Codecov integration within a project. Specifically, it disables the automatic commenting feature of Codecov on pull requests by setting the comment functionality to false. Changes
TipsChat with CodeRabbit Bot (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- .github/codecov.yml (1 hunks)
Files skipped from review due to trivial changes (1)
- .github/codecov.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there any point to codecov?
IMO not really. I don't find it helpful so I originally proposed removing it entirely |
During Thursday sync, we agreed to try disabling the CodeCov comments on PRs b/c they can be noisy. Note: the code coverage on PRs still gets uploaded to CodeCov via
make test-coverage
Ref: https://docs.codecov.com/docs/pull-request-comments#disable-comment
Summary by CodeRabbit