eclipse / emf.egf

Eclipse Public License 2.0
1 stars 4 forks source link

[EGF-Build Portfolio] allow jacoco coverage in EGF build #148

Open eclipse-egf-bot opened 3 years ago

eclipse-egf-bot commented 3 years ago

It shall be a nice thing to be able to enable jacoco coverage in EGF build.

Basically, jacoco starts an instrumentation agent before tests, fill a file containing crawled code during the test execution, then aggregate it in a report.

There are two different cases where jacoco could be used: unit tests and integrations ones, where the behaviour is different:

Here's the link to integration jacoco with Ant: http://www.eclemma.org/jacoco/trunk/doc/ant.html

🆔 ECLIPSE-433270 👷 charlie.mordant 📅 2014-04-23