codecov-node icon indicating copy to clipboard operation
codecov-node copied to clipboard

Slack notifications are not working - how to debug why?

Open ellenaua opened this issue 4 years ago • 0 comments

Hi guys! I added Slack webhook URL to our codecov.yml but Slack notifications are not sent. How can I debug it to understand why?

codecov:
  token: "token_here"
coverage:
  notify:
    slack:
      default:
        url: "https://hooks.slack.com/services/some_hash_here"
        only_pulls: false
        threshold: 0%
        branches: null

ellenaua avatar May 24 '21 16:05 ellenaua