Description
I'm running the ExUnit with a --max-failures 1 argument passed to mix. This stops the test as soon as an error is hit. The test error shows up but the console also shows the following alert - it suggested I open an issue.
~/installs/elixir/1.10.4-otp-22/bin/mix test --formatter TeamCityExUnitFormatter test/jobward/coaching --max-failures 1 --stale
Compiling 158 files (.ex)
Suite started with seed 0
warning: TeamCityExUnitFormatting does not know how to process event (:max_failures_reached). Please report this message to https://github.com/KronicDeth/intellij-elixir/issues/new.
/tmp/intellij_elixir2357/exunit/1.6.0/team_city_ex_unit_formatting.ex:210: TeamCityExUnitFormatting.put_event/2
/tmp/intellij_elixir2357/exunit/1.6.0/team_city_ex_unit_formatter.ex:11: TeamCityExUnitFormatter.handle_cast/2
(stdlib 3.12.1) gen_server.erl:637: :gen_server.try_dispatch/4
(stdlib 3.12.1) gen_server.erl:711: :gen_server.handle_msg/6
(stdlib 3.12.1) proc_lib.erl:249: :proc_lib.init_p_do_apply/3