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
I'm using codecov@v4 action in my Open Source project since a while,
but today I got this error message and my GH actions 'on merge PR' did fail with error:
(snipped from GH action log
Primary key fingerprint: 2703 4E7F DB85 0E0B BC2C 62FF 806B B28A ED77 9869
==> Uploader SHASUM verified (39dd112393680356daf701c07f375303aef5de62f06fc80b466b5c3571336014 codecov)
==> Running version latest
Could not pull latest version information: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
==> Running git config --global --add safe.directory /home/runner/work/ntgrrc/ntgrrc
/usr/bin/git config --global --add safe.directory /home/runner/work/ntgrrc/ntgrrc
==> Running command '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov -v create-commit'
/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov -v create-commit --git-service github -Z
/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov: 1: Syntax error: ")" unexpected
Error: Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 2
To Reproduce
Steps to reproduce the behavior:
Using dependabot, which proposed an upgrade of a lib
Expected behavior
Guessing there was an issue with rate limiting or other reasons why the access to the codecov server did fail,
but I expect better error handling and seeing reasonable error messages, so I understand what to do.
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I'm using codecov@v4 action in my Open Source project since a while,
but today I got this error message and my GH actions 'on merge PR' did fail with error:
(snipped from GH action log
To Reproduce
Steps to reproduce the behavior:
See CI link below for full log.
Expected behavior
Guessing there was an issue with rate limiting or other reasons why the access to the codecov server did fail,
but I expect better error handling and seeing reasonable error messages, so I understand what to do.
Versions
Commit and CI link
See this is the error:
https://github.com/nitram509/ntgrrc/actions/runs/14032535405/job/39283179101#step:7:49
The text was updated successfully, but these errors were encountered: