feedback icon indicating copy to clipboard operation
feedback copied to clipboard

Codecov always attempts to send a "slack" notification. Slack should be set to "false" in the codecov default config.

Open vlad-ko opened this issue 1 year ago • 0 comments

Describe the bug

A slack integration is enabled "by default" in the codecov config.

Image

As we can see in the screenshot above the slack_app: true value is in the yaml file. Even though I don't actually have this set in the repo yaml. https://github.com/vlad-ko/laravel-stripe-app-gh/blob/main/codecov.yml

(No "slack" key defined at all).

This causes codecov to attempt to send a notification to slack for every single customer (and every single notification). We also observe this in the support requests when looking at the set of the "attempted notifications", we always seem to try to send a slack notification, even if the customer does not have it configured.

vlad-ko avatar Oct 01 '24 18:10 vlad-ko