Hey Marc Thanks for your answer.
In the meantime I was researching and stumbled over this thread: https://groups.google.com/forum/#!topic/jacoco/m1_1TfuLSDg So there is a possibility to get the coverage working somehow? Couldn't find an example how to make the coverage work with the classdumpdir. What would be the right setup? - use the jacoco maven plugin - set the classdumpdir option - read the jacoco.exec from sonar Am Mittwoch, 2. April 2014 23:03:49 UTC+2 schrieb Marc R. Hoffmann: > Hi, > > > > unfortunatelly there is no way to convert emma.ec files to jacoco.exec > > files. Both files heavily depend on the instrumentation strategy of the > > tools (EMMA: Basic Blocks, JaCoCo: Control Flow Anaylsis). > > > > Best regards, > > -marc > > > > On 02.04.14 18:40, [email protected] wrote: > > > We measure the code coverage in a gwt project with emma, as described here: > > http://www.gwtproject.org/doc/latest/DevGuideTestingCoverage.html > > > > > > This works and I get the html report, the emma.em and the emma.ec file. > > > > > > On sonar I have only jacoco as coverage recording, which doesn't work for > > gwt unit tests. But there is the possibility to import jacoco.exec files: > > sonar.jacoco.reportPath > > > > > > How can I convert now the emma.em and/or the emma.ec file to the > > jacoco.exec format? Or is it possible to generate jacoco.exec files > > directly from emma? > > > -- 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]. For more options, visit https://groups.google.com/d/optout.
