Skip to content
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] v10.3.0 breaks codecov upload file #668

Open
atlasrealm opened this issue Mar 25, 2025 · 0 comments
Open

[BUG] v10.3.0 breaks codecov upload file #668

atlasrealm opened this issue Mar 25, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@atlasrealm
Copy link

atlasrealm commented Mar 25, 2025

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:

Image

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:

/home/runner/work/company-name/codecov.SHA256SUM.sig
/home/runner/work/company-name/junit-backend.xml
/home/runner/work/company-name/lcov.info
/home/runner/work/company-name/coverage-backend.xml
/home/runner/work/company-name/coverage-functional.xml
/home/runner/work/company-name/codecov
/home/runner/work/company-name/codecov.SHA256SUM
/home/runner/work/company-name/junit-frontend.xml
/home/runner/work/company-name/junit-functional.xml
<<<<<< network

# path=/home/runner/work/carbon-equity/carbon-equity/coverage-functional.xml
<?xml version="1.0" ?>

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 in the github action back to v10.2.1 and everything works again.

@atlasrealm atlasrealm added the bug Something isn't working label Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant