-
Notifications
You must be signed in to change notification settings - Fork 10
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
Bug Report: Unable to publish codecov reports for public repository #525
Comments
Hello Team, I am seeing similar error while adding codecov for dashboards-flow-framework repo in PR opensearch-project/dashboards-flow-framework#401.
|
@peterzhuamazon I'm not seeing it marked private in the Codecov database. Are you still getting this message? |
@saimedhi how many times are you trying to upload to Codecov per commit? |
|
@saimedhi Ah, I misread which rate limit it was. As the message says, our GitHub token has run out of rate limits. You will need to use your own, or wait the amount of time the message says. |
@drazisil-codecov, I am using codecov token in this PR opensearch-project/dashboards-flow-framework#401. Could you please confirm if "Rate limit reached" is common even after using codecov token? I am getting the same error after waiting for a day and then running. |
@saimedhi Can you enable verbose on the Codecov CLI so we can make sure it's correctly finding the token? |
Enabled verbose, Getting the following error message :
|
I notice that So when I merge my PR and check the workflow triggered by
Thanks. |
I think for my issue this ticket can be closed. Thanks. |
https://community.codecov.com/t/unable-to-publish-codecov-reports-for-public-repository-using-github-action/4543
Describe the bug
A bit similar to Unable to publish codecov reports for public repository one of our recently created repo stuck on private state.
https://github.com/opensearch-project/automation-app
GitHub Action: https://github.com/opensearch-project/automation-app/actions/runs/11078806591/job/30786789771
To Reproduce
Expected behavior
It should upload without any issues.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
We already set the CODECOV_TOKEN and it still says we are not, and calling it is a private repo while we already make it public.
Upload failed: {“message”:“Token required because repository is private”}
Thanks!
The text was updated successfully, but these errors were encountered: