-
Notifications
You must be signed in to change notification settings - Fork 16
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
"Upload Coverage Result To Coveralls" sometimes fails even when fail_on_error: false
is set
#40
Comments
@patbl Thanks for reporting, and thanks so much for the potential fix. We aim to get that out next week. |
Hi @patbl. We just released Thanks so much for your PR. We decided to make slightly more specific changes scoped to individual setup steps that will be parallel to code changes in our github-action. (I will leave a note on your PR.) I tested
Example:
We didn't have time right now, but we do intend to implement those tests (of "setup failures") as new steps in our CI/CD pipeline at some point. I would say "Let me know if it doesn't work for you!" but I hope you won't encounter any more setup issues anytime soon. |
I've had a bunch of build failures since starting to use the Coveralls orb. This is undesirable because it can block people from merging their changes for what we consider to be a non-essential part of the process. I thought that setting
fail_on_error: false
would prevent this, but it seems not to have.Here's one of the errors I've encountered:
It appears to be failing on this line:
orb/src/scripts/coveralls.sh
Line 75 in b48e556
I think this could be solved by adding
|| true
to the end of the command iffail_on_error
isfalse
.I'm using
coveralls/coveralls@2.2.1
.The text was updated successfully, but these errors were encountered: