PR status not being updated, and no Coverage comments

Description

Using bash & cURL, we are sending our Cobertura report to Codecov from our CI service. This has been working for the last two weeks flawlessly, however today we noticed that we were not getting any comments or hooks back into the PR.

We have confirmed that our reports are being sent to Codecov and analyzed as we can see the results if we log into Codecov, but the PRs are no longer being updated.

Repository

Private

Versions

Using Codecov API v4

Additional information

The call we’re making to Codecov looks like this:

curl -fisX PUT --data-binary @#{@output_directory}/cobertura.xml -H 'Content-Type: text/plain' -H 'x-amz-acl: public-read' -H 'x-amz-storage-class: REDUCED_REDUNDANCY' \"#{s3_url}\"

Hi @matcartmill-gd

If you are able to see the coverage in the UI, but are not getting status or comments, it’s likely a permissions error.

Can you share a recent commit SHA (within 1-2 days) where this happened and I’ll check the logs?

Hey Joe, it actually seems to have corrected itself over the last couple of days. I’ll keep tabs on this a bit longer in case it happens again.

1 Like