Closed Ivor closed 8 years ago
I have confirmed that this works for Erlang / OTP 18.3 so the problem was definitely introduced when Erlang went from 18.3 to 19.0.
There is some issue deep inside cover
from Erlang 19. In the changelogs I did not find any comments regarding cover
, so it is really annoying.
Thanks for looking into it. Is everyone else just using OTP 18.3 for the time being? I am wondering why it doesn't seem to be a problem for most people.
Please upgrade Elixir to 1.3.4, that should solve the issue.
Hi @alfert I tried on Elixir 1.3.4 with OTP 19.0 and 19.1 with the same result. Elixir 1.3.4 and OTP 18.3 still works.
I'm seeing the same error with CoberturaCover instead of coverex, on Elixir 1.4.2.
When running my test suite with
mix test --cover
I get these errors. This worked fine before upgrading to Elixir 1.3.2 and Erlang 19.Something I suspect is noteworthy, is that I get the same errors with
excoveralls
as I get with this project so I suspect it might be related to the underlying erlang cover library?