-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[CI] coverage test is failing #32259
Comments
Thanks for filing @kkujawa-sumo! It looks like Project maintainers could create a codecov token to resolve this, but there may be some token privacy implications with running against contrib forks. From comment:
|
a while ago there was an org wide token added for codecov (open-telemetry/community#1926) i'm curious if that token's not being used as expected |
Thanks for pointing that out @codeboten, looks like we just haven't updated the collector repos to use the existing variable. 👍 |
The `build-and-test` workflow has been failing consistently the last few days on the upload coverage step. The reason is outlined in open-telemetry/opentelemetry-collector-contrib#32259. Contrib issue, but same underlying cause: open-telemetry/opentelemetry-collector-contrib#32259 None yet, the CI/CD tests on this PR should be successful if this works.
I implemented this in core, but we're still hitting failures. At least it doesn't make anything worse, and can keep I'm at a bit of a loss to know what else to try. I checked around a bit and see that opentelemetry-go is using the same general workflow, the only difference being they're not relying on the |
**Description:** update codecov action to v4 **Link to tracking Issue:** #32259
I'm going to close as fixed by #32260. The understanding is that this still may fail on PRs from forked repos, but this should be good enough for now. |
Component(s)
No response
Describe the issue you're reporting
coverage test is failing even for pull request with only documentation changes, e.g. https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/8613373633/job/23605721246?pr=32248
There is a problem with upload of coverage report and this seems to be related to codecov/codecov-action#1359
The text was updated successfully, but these errors were encountered: