victorolinasc / junit-formatter

A JUnit XML report exporter for Elixir's ExUnit
https://hexdocs.pm/junit_formatter/
Apache License 2.0
110 stars 37 forks source link

Make it work with Elixir 1.12 #45

Closed irgendeinich closed 3 years ago

irgendeinich commented 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

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.

victorolinasc commented 3 years ago

THanks a lot! I will release a new version soon! Just wrapping my head around #43 but will be out "soon".

victorolinasc commented 3 years ago

Sorry for the delay! It is out in 3.3.0