excoveralls icon indicating copy to clipboard operation
excoveralls copied to clipboard

Generate multiple report formats in one go

Open hauleth opened this issue 5 years ago • 2 comments

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.

hauleth avatar Jan 08 '21 17:01 hauleth

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?

juhalehtonen avatar Jul 07 '22 07:07 juhalehtonen

I believe this was recently covered by #303

smaximov avatar Apr 04 '23 21:04 smaximov