-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Feature request: --report-format=xml,json,vendorName #453
Comments
There's --cobertura-only, which I use for vscode (see doc/vscode.md), but nothing in general. I think the main advantage is less clutter, since performance is typically dominated by the breakpoints anyway. |
Could we have an option to not have the .so files and html stuff ? |
Well, it's basically what --cobertura-only does:
but the so-files are needed (well, sometimes) for execution and needs to be stored somewhere. I guess they could be removed afterwards, but I tend to see the output directory as ephemeral anyway so typically just delete the entire directory when I'm done. Anyway, I think your feature makes sense, and |
Good idea |
Yes, there are 6 in total. They are documented via the README, but for now they have all always been written so no specific options (except for coveralls-only, which is mainly for vscode). |
It could be nice to filter the type of report to produce, this would save some computing time
What do you think ?
The text was updated successfully, but these errors were encountered: