-
Notifications
You must be signed in to change notification settings - Fork 74
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
coverallsapp/github-action@v2 seems broken? #224
Comments
Same here. Started happening in the last hour or so for us |
Also am seeing this now in my projects. |
I’ll add another voice to the thread. I’ve been having that failure in our CI for about the same time — the last hour or so. |
I also have the same issue with our builds |
➕ |
@yx-lamini Thanks for reporting. We believe this is the underlying issue is coverage-reporter: coverallsapp/coverage-reporter#165 Working on it now. Will update everyone here. |
Suggestion in meantime: set fail-on-error input option to
|
@yx-lamini @mfrr1118 @Zeitsperre @oldbonsai @patattack69 @cspeper We believe we've patched this by updating our checksums file. Can you please try again to see if it works for you now? |
I have |
@zmariscal Thanks. Another user reported the same. We'll have to address that next. In the meantime, we think we've got it patched. Can you try again and let us know please? |
Confirmed working on my end. Thanks so much! |
Thank you @Zeitsperre! We're now fixing the root cause for all subsequent releases. |
Also confirmed as working. Thanks for the quick turnaround on this! |
rca? thanks! |
@brantphoto RCA: We added support for linux on The cross-compilation process was so gnarly that we ended up with completely different directory structures in terms of where intermediate files and artifacts are stored, uploaded and downloaded. An oversight in this regard resulted in our checksums ( Like this:
When it should have been this:
That's why we were able to patch the release by fixing our checksums file. While the fix to the root cause will be replacing this line with this one:
|
All good on our end. Thanks |
working for me as well |
Thanks for the fast turn around for the original issue. Would you like for me to create an issue about the fail on failure not working properly? |
Hi @zmariscal. Thanks for the offer re: the We intend to apply the fix to both integrations at the same time. I'm going to close this for now, per the original issue. As I say, feel free to create a new github-action issue, or you could just follow the related orb issue. |
@zmariscal wanted to let you know that we just released
This last issue with the
|
@afinetooth thanks for letting me know and your work to fix this 🙇🏼 |
It's reporting a gz file does not exist?
The coverall step in CI looks as follows:
The text was updated successfully, but these errors were encountered: