Describe the bug
I have a public repo with the CodeCov app integrated, a token that was configured and a workflow that has worked fine for years in this configuration.
Recently, the reports have simply stopped working, with no errors to indicate what the problem may be on my end.
I can see the data has been uploaded in my dashboard (shows artifacts for the relevant commits) but no report is shown, the commit info says "commit message unavailable" and the file diff complains the base commit is missing despite the commit in question being on the main branch:
https://app.codecov.io/github/vintagepc/MINI404/commit/ffde96fe0c5284832c28a3ccd6fd79486b6286f0
This has happened also with multiple PRs recently where no coverage report comment is added to the PR either. See:
vintagepc/MINI404#180
vintagepc/MINI404#174 (has one comment from a few weeks ago which proves the repository configuration is still correct)
vintagepc/MINI404#178
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Simply attempt to view the coverage report for the recent commits on any of the branches in the CodeCov web UI:
https://app.codecov.io/github/vintagepc/MINI404/commits/redo-179-onto-MINI404
https://app.codecov.io/github/vintagepc/MINI404/commits/squash-v11-integration
https://app.codecov.io/github/vintagepc/MINI404/commits/modularbed-mcu-temp
https://app.codecov.io/github/vintagepc/MINI404/commits/MINI404
Expected behavior
Coverage reports to be shown, and the codecov bot to comment on PRs with its results.
Screenshots
N/A
Additional context
No errors are reported in the CI logs by the uploader. The end status is it finds the correct coverage file and uploads it for processing with a result code of 200.
Describe the bug
I have a public repo with the CodeCov app integrated, a token that was configured and a workflow that has worked fine for years in this configuration.
Recently, the reports have simply stopped working, with no errors to indicate what the problem may be on my end.
I can see the data has been uploaded in my dashboard (shows artifacts for the relevant commits) but no report is shown, the commit info says "commit message unavailable" and the file diff complains the base commit is missing despite the commit in question being on the main branch:
https://app.codecov.io/github/vintagepc/MINI404/commit/ffde96fe0c5284832c28a3ccd6fd79486b6286f0
This has happened also with multiple PRs recently where no coverage report comment is added to the PR either. See:
vintagepc/MINI404#180
vintagepc/MINI404#174 (has one comment from a few weeks ago which proves the repository configuration is still correct)
vintagepc/MINI404#178
Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Simply attempt to view the coverage report for the recent commits on any of the branches in the CodeCov web UI:
https://app.codecov.io/github/vintagepc/MINI404/commits/redo-179-onto-MINI404
https://app.codecov.io/github/vintagepc/MINI404/commits/squash-v11-integration
https://app.codecov.io/github/vintagepc/MINI404/commits/modularbed-mcu-temp
https://app.codecov.io/github/vintagepc/MINI404/commits/MINI404
Expected behavior
Coverage reports to be shown, and the codecov bot to comment on PRs with its results.
Screenshots
N/A
Additional context
No errors are reported in the CI logs by the uploader. The end status is it finds the correct coverage file and uploads it for processing with a result code of 200.