I couldn't find information in the user group or via google, but my question is about an export format in the LCOV format.
I am able to successfully generate code coverage from JaCoCo but I'd like to see the code coverage reports within the IDE (in this case, Visual studio Code). There are IDE plugins that will show highlights of the un-covered code (such as Coverage Gutters <https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters>) but this depends on the coverage data being stored in the 'lcov format'. Is there a way to get the native format from jacoco-ut-exec into the lcov format for use in these other tools? Thanks! -- You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/9103dde7-b03c-471d-95a3-cf5b01baa5f1%40googlegroups.com.
