-
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
"Server Error (500)" since codecov-action v4 update #268
Comments
If anyone runs into this, I had made a mistake when entering the secret into GitHub: I had entered
instead of just
in the value box |
So funny, this happened to me too. I guess changing the display in the settings it would reduce mistakes |
Reopening because the error displayed shouldn't be a server error but some kind of authentification / token correctness error And because the display is indeed misleading on the Codecov settings page: it should be made clear that the |
@gdalle Can you copy over the SHA in plantext here? I will look into what is causing the 500 |
Feedback for Product on this, @codecovdesign The current syntax is what would be added if this was being used locally in a console. Since you can always just pass the token as a flag in that case, I agree that we should change the instructions to read similar to:
|
You can find all the plain text info here: https://github.com/gdalle/DifferentiationInterface.jl/actions/runs/7826478656/job/21352421412?pr=18 |
What's also misguiding is that the copy-paste buttons just takes the whole thing and not just the secret value |
Based on my error logs, I think it might be https://github.com/codecov/internal-issues/issues/329 Do you have the GitHub app installed? edit: fixed issue link |
I do have the GitHub app on my phone, why? |
This app, sorry for being unclear https://github.com/apps/codecov |
No it's not installed on my repos, and it used to work fine that way. It also works fine now that I have understood what to copy-paste in the |
Closing as the original 500 issue has been resolved. |
Describe the bug
On several of my repos (both personal and in organizations), whenever I try to update
codecov-action
tov4
, I get a "Server Error (500)" during CI. This is of course after retrieving the Codecov token and storing it as a repo or organization secret (I actually wrote a guide on how to do this for the Julia community), so I don't think it's because of a bad setup on my end.Environment (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Example failed CI run at https://github.com/gdalle/DifferentiationInterface.jl/actions/runs/7826478656/job/21352421412?pr=18
Expected behavior
I expected the code coverage report to be uploaded and a comment to appear on the PR. Instead the CI fails.
Screenshots
Additional context
I thought this might be a temporary server error but:
The text was updated successfully, but these errors were encountered: