-
Notifications
You must be signed in to change notification settings - Fork 1
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
Only show comment when coverage/bundle is negatively changed (configurable) #1350
Comments
I don't mind seeing an increase in the coverage in the PR itself; in fact I think it's a nice affirmation. But I really don't want to get an email unless something has changed for the worse. |
philosophically related - #1485 |
Related - codecov/feedback#340 |
UPDATE I'm still working on this, but wanted to give a small update here.
There are other details (and more avenues of exploration we might consider) in this investigation: https://l.codecov.dev/1DKPDc (codecov-only) The final thing I'd like to say is that customers can very easily create a filter in the email client that will silence the emails from Codecov. This might still be useful in the future if you find the emails annoying but doesn't have the "power" in your team to disable them completely. I did a filter like in the image below. It auto-deletes emails from the Codecov comment if the patch is 100% covered. Otherwise I still see the email. |
New configuration options have been released for both coverage and bundle analysis [beta] comments. Check the updated documentation here:
|
Problem to solve
Today, you can can configure the pr comment to only show when any changes occur (https://docs.codecov.com/docs/common-recipe-list#only-comment-on-coverage-changes), both negative or positive. However, there are some customer requests for the ability to see Codecov reports only when there's a decrease in coverage or negative changes. This contrasts to another common preferences to confirm / see the ✅ - consideration here is if there was a config to remove only for negative reporting, that it's opt-in and showing is default.
As related to bundle:
Proposed Solutions
Areas to explore:
Tasks
The text was updated successfully, but these errors were encountered: