You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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:
That would generate both - HTML and XML formatted output in one pass.
The text was updated successfully, but these errors were encountered: