On 03/05/2012 04:57 PM, Mickael Istria wrote:
This jacoco.exec file is pretty easy for you to consume. You can
import it in Eclipse using EclEmma plugin [7] (see [8] for how-to)
and you'll get reports in a dedicated view and also directly on
your source code editor. Beware that your jacoco.exec files has
coverage support for the latest test execution, so file that
change it may be inaccurate when dealing with files that have
changed in your workspace since jacoco.exec was generated.
Did someone give it a try?