@tom First, we tried it and didn’t help. I’m pretty sure one of the SHAs I sent you above had the option but if not, I can look up on the our history and find you one.
Second, we don’t do multiple builds. Why would the after_n_builds help in this case? And even if it does, what value should we set it to when we only do one build?
Hi @kbariotis, I didn’t notice you only had one build. I’ve escalated this to the product team to scope out the issue and work on a fix. Thanks for your patience here.
Hi @kbariotis, apologies for the delay here. From what I understand, every time we get a webhook from GitHub saying that the PR has been changed or updated, we send out an updated notification. For PR comments and status checks, this usually doesn’t result in duplicates, because we can just edit over the originals. For Slack notifications, there is not easy way for us to do this. I have added a ticket to the product team to take a look at seeing if this is possible.
For your case, in particular. are you seeing the Slack notifications align with interactions on the PR?
@tom we are using the NPM package of codecov to manually upload the test results. You shouldn’t bother with GitHub. Could that be the cause of this issue?
@kbariotis, sorry for the late reply here. We bother with GitHub because our notification system depends on their webhooks to let us know if a CI has passed/failed and other status check information. It also lets us know when there have been changes to a PR like a force-push.
We are still investigating with the product team for a possible solution.
Hi @kbariotis, we made a fix in our system which should help from getting the same notification from Codecov. Let me know if this still isn’t working for you.