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.
