Export Code Coverage Results as CSV file

Issue #2323 resolved
Roman Hentschke created an issue

Hi!

We can currently export the code coverage report as an HTML page, which is great.

It would be helpful to also have the possibility to export it as CSV (or copy the results) - similar like on SOQL queries, where we can export / copy the results.

It’s not a must have but a really nice to have. :-)

Comments (6)

  1. Scott Wells repo owner

    Thanks for the suggestion. The current export is actually just part of the core JetBrains IDE coverage report functionality:

    https://www.jetbrains.com/help/idea/generating-code-coverage-report.html

    In the absence of CSV (or other format) export support in the core IDE, it would need to be handled explicitly by IC2. I can certainly understand wanting to have it in something like CSV where you could digest it in spreadsheets and other such tools. I’ll definitely keep this in my list, though I can’t provide concrete guidance on when (or even if) it might happen.

  2. Scott Wells repo owner

    Thanks. The only recommendation I would make is to remove IC2-specific stuff like “SOQL queries” since those aren’t going to make much sense to the folks at JetBrains.

  3. Log in to comment