-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Codecov reports are failing to show-up #6564
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @pellared |
I downloaded the reports from successful and failed uploads. The failed uploads started to have the following "header":
Maybe there was some change in the codecov uploader which the codecov backend does not handle correctly? Looks like there is already an issue for it: |
Example reports: The successful opentelemetry-go-contrib report starts with a full repository file listing. The opentelemetry-go one starts with what @pellared mentioned:
|
contrib is using a job step for the upload: otel is running it its own job: This was done to allow the upload to be retried without having to re-run the go coverage tests. |
https://app.codecov.io/github/open-telemetry/opentelemetry-go
Example successful upload from our CI: https://github.com/open-telemetry/opentelemetry-go/actions/runs/14112039492/job/39533072036
The corresponding page on the codecov UI: https://app.codecov.io/github/open-telemetry/opentelemetry-go/commit/7376a33e032fffd443e94fa12a82222a7fd3cc72
Investigation is needed to resolve this error. We want our code-base accurately represented in the code coverage UI.
The text was updated successfully, but these errors were encountered: