Codecov no longer posting to GitHub pull requests

Please check the troubleshooting guide before creating a ticket.
All fields below are required.

Description

Codecov used to post a comment to any GitHub pull request submitted, but seems to have stopped doing that sometime over the past 2 weeks.

Commit SHAs

b047bda7dddafb2ab1e00ba352e053d0744af46c

Repository

CI/CD or Build URL

We are using CircleCI via GitHub. Here’s a link to the latest build (although outsiders may not have access): https://app.circleci.com/pipelines/github/mozilla/addons-frontend/4357/workflows/ceaa888f-3f5a-4036-86cc-df91cbd8764c/jobs/29937

Uploader

We are using the codecov package from npm.

Codecov Output


/ | | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / ` |/ _ / / _ \ \ / /
| |
| (
) | (
| | __/ (
| (
) \ V /
______/ _,|_|____/ _/
v3.8.1
==> Detecting CI Provider
Circle CI Detected
==> Configuration:
Endpoint: https://codecov.io
{
commit: ‘b047bda7dddafb2ab1e00ba352e053d0744af46c’,
branch: ‘pull/10292’,
package: ‘node-v3.8.1’
}
==> Building file structure
==> Generating gcov reports (skip via --disable=gcov)
$ find /home/circleci/addons-frontend -type f -name ‘*.gcno’ -exec gcov {} +
Failed to run gcov command.
==> Scanning for reports
+ /home/circleci/addons-frontend/coverage/clover.xml
+ /home/circleci/addons-frontend/coverage/lcov.info
==> Uploading reports
Success!
View report at: Code coverage done right.
Done in 137.96s.

Expected Results

I expected to see a comment added to the pull request at Update experiment code to deal with anonymous page caching by bobsilverberg · Pull Request #10292 · mozilla/addons-frontend · GitHub

Actual Results

No comment was posted to GitHub.

Additional Information

As mentioned above, this was working consistently up until about 2 weeks ago.

@bobsilverberg, it looks like this is an issue with getting rate limited by GitHub on our end. I would recommend installing the app integration to prevent these issues in the future.