Codecov checks are no longer received for GitHub actions

Description

We have recently moved our CI to GitHub Actions. Since we did that we are no longer receiving the check from Codecov.

Repository

Here is an example PR which passes the CI, but I can still see the Waiting for CI Status in Codecov.

Here is an example commit which passes the CI, but no check from Codecov has been received. We are using the codecov action to publish the report.

Hey @filiphr, sorry about that. We are dealing with a ratelimit problem with Github API token since we are seeing so much love via Github Actions. We are working with our counterparts at Github to get it expaned.

In mean time, if you want to bypass this API rate limit, you can switch your connection point from an Oauth Token / Team Bot to the Codecov Github App

1 Like