I’m trying to setup codecov report for my iOS project and added incoming-webhook url in codecov.yml. I’m able to see the codecoverage report but not getting notification in slack.
Repository
I’m working in private repo not sure if I can share that here
Versions
slack version is 3.3.7
chrome 72 and macos 10.14
Additional Information
this is my yml content under codecov.yml
notify:
slack:
default:
url: “Customize your workspace | Slack”
only_pulls: false
branches: null
flags: null
threshold: “0.1%”
paths: null
Hey @sathishkraj based on how you set the YAML, it would only comment if you went under your threshold change (0.1%) --> do you have an example of a commit or PR that broke threshold and still didn’t post?