Error: Missing Head Report #749
Replies: 11 comments 11 replies
-
I have also been seeing this on my open source repo. For example: ![]() All the commits without any coverage reported are ![]() But coverage files are being uploaded successfully. |
Beta Was this translation helpful? Give feedback.
-
Bump, also seeing this today with https://app.codecov.io/github/athena-framework/athena/commit/7a1f4439dc28400fdc313e0189343625226364ba. Going to the PR itself says:
And that:
EDIT: Have since re-ran the jobs and they started working so 🤷. |
Beta Was this translation helpful? Give feedback.
-
Same here. I get error saying:
|
Beta Was this translation helpful? Give feedback.
-
Also have this issue: ![]() Several of my open source repos - I am unsure where the problem lies - maybe with the file/uploading...? I'm scratching my head |
Beta Was this translation helpful? Give feedback.
-
We're also seeing this issue - for example: |
Beta Was this translation helpful? Give feedback.
-
Hi all. We're taking a look at what's going on here |
Beta Was this translation helpful? Give feedback.
-
@rohan-at-sentry Are these errors corresponding 1:1 with the github outages? |
Beta Was this translation helpful? Give feedback.
-
@rohan-at-sentry Same problem with my project: the codecov badge should be 100%, but is now Unknown, because Codecov says it did not receive a coverage report from the latest commit on debug - 2025-08-16 20:53:57,840 -- Upload result --- {"result": "RequestResult(error=None, warnings=[], status_code=200, text='')"} |
Beta Was this translation helpful? Give feedback.
-
My project started working again so maybe the problem is fixed for everyone? https://app.codecov.io/gh/chotchki/tray-wrapper |
Beta Was this translation helpful? Give feedback.
-
Same here - I wasted a lot of time yesterday trying to debug. |
Beta Was this translation helpful? Give feedback.
-
I was just about to post a new discussion. It looks like my issues go back a couple of months. You can see the issue at: https://app.codecov.io/gh/roundup-tracker/roundup/commit/72d453ab3e28a67a800d2d37dc45046725a97b62 and https://app.codecov.io/gh/roundup-tracker/roundup/commit/d66df4491882eda8388904d06616d1f5075b9ba0 which sems to be the earliest. I don't run CI on every commit (small doc changes, test changes ...) because I would run out This has broken all of the diff/patch reports since then. Without these |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
TLDR:
I have a weird & recurring issue where I have a build that posted an lcov file, but the CodeCov status remains pending:
The log posts the following link:
Upon navigating to that link I see the following view:
And upon refreshing the page (!) I see:
And the check remains stuck in this position.
I cannot reproduce this issue. But when the codecov/project step is stuck, it is always the same behavior. First navigation shows 'No files covered by tests were changed', and the second one has 'Missing Head Report'.
There are multiple calls happening to the github graphql api, and one of the first ones shows something like this:
But then a subsequent call (same page session, no refresh yet) shows:
Beta Was this translation helpful? Give feedback.
All reactions