We noticed the commit status check started to disappear once we migrate from Travis CI to Github Action (using codecov/codecov-action for uploading coverage to codecov)
Repository
private
CI/CD
CI: Github Action
CD: N.A.
Uploader
Commit SHAs
e7443e6
Codecov Output
Steps to Reproduce
Create a PR
Wait for all commit status checks to show up
Expected behavior:
codecov commit status check shows up
Actual behavior:
codecov commit status does not show up
Flakiness?
We can consistently reproduce this on the same repo(s)
Additional Information
codecov status check is working fine for master commit
Hello, I think we are experiencing the very same issue at https://github.com/doctrine/orm . You marked the previous answer as a solution, did you somehow fix it?
Note that it also fails for doctrine/dbal (for instance 813a042a7f200324b4168a3b018f4e5fe7dfc4b5), so this isn’t just about projects newly migrated to Codecov. It used to work on the DBAL at some point.
Hi Tom, thanks for the quick look into it. We had some runs that worked in the past 12 hours, but about 9h ago (~23:00 UTC yesterday) a run failed to report results again, this morning re-running the same job added the reports.
Another datapoint: you cannot see Github Actions on a PR unless there is already one it seems. What I usually do is I create a similar PR, but from my fork to my fork. It works on this repository: https://github.com/greg0ire/DoctrineFixturesBundle/pull/1
@Licenser, thanks! I pulled up a few of the past few commits and am seeing statuses come through now. Is that the case or are you still seeing errant commits without statuses?