Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate multiple report formats in one go #243

Open
hauleth opened this issue Jan 8, 2021 · 2 comments
Open

Generate multiple report formats in one go #243

hauleth opened this issue Jan 8, 2021 · 2 comments

Comments

@hauleth
Copy link
Contributor

hauleth commented Jan 8, 2021

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
Copy link

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
Copy link

smaximov commented Apr 4, 2023

I believe this was recently covered by #303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants