I uploaded a report yesterday through Travis CI but it has gotten stuck in processing. I reran the CI several times so I don’t think it’s an issue with that. When I click on the report in question I get the error message: “Unable to find report content in the storage archive”
I would attempt to troubleshoot this myself if the error message wasn’t so vague. Also please note that this has worked perfectly for every commit up to this point
I think you had the bad luck of trying during a relapse of the earlier outage. Can I ask you to try once more, including with a new commit, if possible?
If you re still seeing issues, can you share the full commit SHA of the new commit so I can track it down in our logs?
Hi, the same issue is reproduced for my project. All codecov reports created after Oct 28 are failed. The issue have started appearing from time to time starting from Oct 2.
Hi,
I had the same issue.
For a certain tag, the reports were not processing. In my case, I think it had to do with multiple coverage reports for the same files because we run 2 different test suites but they partially touch the same code.
Furthermore, because of this, when trying to upload anything with the same flag, even if it does not have multiple coverage report files anymore, it just got stuck in processing. A serious bug at codecov’s side if you ask me.
Anyway, to get it fixed, I split the uploads into two different uploads with 2 different new flag names using -s to specify where to look for coverage reports
Flags are passed to the uploader script with -f
To split the uploads, I run the bash uploader script twice, but with different -f and -s flags
I am also facing the same issue with our github project. I observed that if the pull request is created using a private branch it would fail but if the pull request is with already merged branch it’s working fine.
Joining the club - the same issue, no reports have been processed in the past 2 weeks. It always worked previously and no changes to the pipeline had been made. CI logs say that uploads are successful every time…
This certainly worked at least some months ago, it’s been a little while since I’ve worked on this project and noticed that no reports are being processed.
This is affecting about 1% of users. We are rapidly looking for a root cause fix or a workaround we can deliver to you all. More updates to come on the thread above.