-
Notifications
You must be signed in to change notification settings - Fork 178
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
(FunctionClauseError) no function clause matching in IO.chardata_to_string/1 #273
Comments
Seeing this same issue on elixir 1.13.0 and excoveralls 1.13.4
|
Can confirm I'm getting this as well! All versions of |
Can confirm as well. As soon as I updated to Elixir |
Yup, I third this. Had the same issue with Erlang 24.0 and Elixir 1.13 (on the command line, at least). Bumped down to Erlang 22.0 and 1.12 and it ran just fine in my GitHub Action. |
Thank you for the report. I'm struggling to reproduce the error, but I'm wondering if the following change might be related. |
I just walked through the latest versions—it does indeed work on So I'd say this is not a duplicate of #271, since no issue was ever opened for it, but more or less the corresponding error report. The fix is to upgrade to I did this while still retaining the {:excoveralls, "~> 0.14 and >= 0.14.4", only: [:dev, :test]} @parroty maybe this should be what it in the |
resulted in:
which seems to have fixed the issue! Many thanks again! |
Thank you! The problem was solved by installing v 0.14.4 |
@ks1venberg do be careful with with |
Hello:
Phoenix 1.5.13
erlang 24.1.7 [erts-12.1.5] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]
elixir 1.13.0-otp-24 (compiled with Erlang/OTP 24)
excoveralls 0.14.0
(Windows running WSL 2)
ExCoveralls was working just fine on elixir 1.12.2 - but seems to have stopped, I am unsure if it is the upgrade, or ?
Any thoughts/hints would be a great help
Thanks
-d
The text was updated successfully, but these errors were encountered: