-
Notifications
You must be signed in to change notification settings - Fork 215
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
Commit creating failed: {"error": "Server Error (500)"} #1282
Comments
Can confirm that we're also seeing a similar issue: From a quick search, it seems the exception could be related to codecov/codecov-cli#370 and codecov/codecov-cli#371, with the underlying 500 server error being a separate issue. If that's the case, and this is a failure in the server-error-handling code of codecov-cli, does it imply that that part of the codecov-cli code is... not covered by tests? (apologies for the low-hanging "isn't that ironic" remark) |
@thomasrockhu-codecov How can we use this product if it affects our development workflow? Could you please provide some information on what Codecov is intended to do with these issues. https://status.codecov.com/ shows that everything is working correctly, but we see otherwise. Thank you |
@Andrew-S-Rosen @lbianchi-lbl sorry for taking so long to get back to you, I believe we have fixed the initial @AlexSkrypnyk thank you for continuing to use Codecov. I know that we have had some stumbling blocks with the v4 release, but we have fixed a lot of the issues that are outstanding. If you are still running into issues, please open a new issue. |
As shown in this GitHub Actions report, I am receiving a
Commit creating failed: {"error": "Server Error (500)"}
when usingcodecov/codecov-action@v4
withv0.4.6
. The full traceback is:I am using a token provided in a secret, but this error report is from an external contributor submitting a PR to the
main
branch. Here are the GitHub Actions steps for calling the codecov action.The text was updated successfully, but these errors were encountered: