You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CI pipelines are currently failing because codecov report cannot be uploaded from forked repositories.
To Reproduce
Create a PR from a forked repo.
Expected behavior
Codecov should succesfully upload
Additional context
Codecov actions fail currently with tokenless upload (see here)
I tried by adding a CODECOV_TOKEN to the repository secrets and passing it the CI configuration in add codecov token to merge and dev ci pipelines #2309. This only works for collaborators with read access to the repo secrets and not for forked repos.
The text was updated successfully, but these errors were encountered:
Describe the bug
CI pipelines are currently failing because codecov report cannot be uploaded from forked repositories.
To Reproduce
Create a PR from a forked repo.
Expected behavior
Codecov should succesfully upload
Additional context
The text was updated successfully, but these errors were encountered: