victorolinasc / junit-formatter

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

Don't store logs for test cases to reduce memory usage #47

Closed vorce closed 2 years ago

vorce commented 2 years ago

Storing every test case can take up a lot of memory, especially when capture_log: true is used in ExUnit. This MR removes the log information since it's unused anyway.

Thanks a lot for a great project! ❤️

victorolinasc commented 2 years ago

Awesome contribution :) Thank you!

victorolinasc commented 2 years ago

Published as 3.3.1.