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?