parroty / excoveralls

Coverage report tool for Elixir with coveralls.io integration.
MIT License
826 stars 178 forks source link

Generate multiple report formats in one go #243

Open hauleth opened 3 years ago

hauleth commented 3 years ago

Currently it is hard to generate for example HTML report and Cobertura XML report at the same time. It would be really handy to be able to define multiple output formats in a way like:

$ mix coveralls --format=xml --format=html

That would generate both - HTML and XML formatted output in one pass.

juhalehtonen commented 2 years ago

Thanks for creating this issue @hauleth! Have you happened to discover any workarounds for this, aside from running the whole test suite via mix coveralls twice, once for each format?

smaximov commented 1 year ago

I believe this was recently covered by #303