Closed irgendeinich closed 3 years ago
With Elixir 1.12 the :suite_finished cast has a slightly different structure, meaning that junit-formatter would no longer work. You can see it here: https://hexdocs.pm/ex_unit/ExUnit.Formatter.html#content
:suite_finished
With this change all tests pass locally on Erlang 24.0 + Elixir 1.12-otp-24.
I also updated the ci.yml though I'm not sure that is correct.
ci.yml
THanks a lot! I will release a new version soon! Just wrapping my head around #43 but will be out "soon".
Sorry for the delay! It is out in 3.3.0
With Elixir 1.12 the
:suite_finished
cast has a slightly different structure, meaning that junit-formatter would no longer work. You can see it here: https://hexdocs.pm/ex_unit/ExUnit.Formatter.html#contentWith this change all tests pass locally on Erlang 24.0 + Elixir 1.12-otp-24.
I also updated the
ci.yml
though I'm not sure that is correct.