-
Notifications
You must be signed in to change notification settings - Fork 225
[BUG] uploads fail since cli upgraded to v10.3.0 #1801
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
Comments
@atlasrealm Do you by any chance happen to upload coverage data from a GHA job that does not have the covered sources checked out? |
yes, we use artifacts so we don't need to checkout the actual sources |
Try checking out the sources as the first step of the job that does the upload. |
We started experiencing this recently as well with no changes on our end. Been going back and forth with Codecov's support team and they were not able to acknowledge the issue or diagnose the root cause. Adding a checkout step worked for us. Thanks |
captain flies away |
@thomasrockhu-codecov PTAL (see also #1799). |
@make-github-pseudonymous-again, thanks for that tip, that is generally the situation @atlasrealm @mfrr1118 @glen-84 please try running again with latest, hopefully |
codecov-action bug: codecov/codecov-action#1801
* work around codecov action bug 1801 codecov-action bug: codecov/codecov-action#1801 * fix linter error --------- Co-authored-by: Anthony Coughlin <[email protected]>
* work around codecov action bug 1801 codecov-action bug: codecov/codecov-action#1801 * fix linter error --------- Co-authored-by: Anthony Coughlin <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
We are using the github action v.5.4.0 for codecov and saw all our uploads breaking since yesterday. After a lot of searching I saw that the cli version had changed from v10.2.1 to v10.3.0. We did not change any configuration on our side:
The problem seems related to the data format of our uploaded file, which is now all of a sudden containing a few extra lines before
<<<<< network
:These lines are only present since yesterday, and all uploads that have the lines fail.
Could you please help me? Thanks.
EDIT: We've changed the cli version back to
v10.2.1
and everything works again.The text was updated successfully, but these errors were encountered: