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
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:
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 in the github action back to
v10.2.1
and everything works again.The text was updated successfully, but these errors were encountered: