Community
Participate
Working Groups
Now that we have JaCoCo code coverage results as part of our builds, we should add the required command-line args to some of the p2 tests to get results. We have tests (reconciler, for instance) which do an install and run the reconciler in an external Eclipse instance. In this case, the code coverage isn't being tracked. It is pretty straight forward to generate the .exec file, we can do it by adding to the command-line. (maybe in AbstractReconcilerTest.runEclipse?) http://www.eclemma.org/jacoco/trunk/doc/agent.html
*** This bug has been marked as a duplicate of bug 319875 ***