Top "Emma" questions

EMMA is an open-source toolkit that measures and reports the percentage of Java code covered by unit tests.

eclemma - how to ignore source

I'm using junit/eclemma; it works great, except I'd like to instruct eclemma to ignore certain methods or classes. For …

junit code-coverage emma
Java code coverage in Hudson

I'm migrating a couple of projects from an ant build to a maven one. The build server is , and will …

java hudson code-coverage cobertura emma
How can I remove/filter/ignore some package from Emma (code coverage)

I`m trying to remove some package from my report and having trouble. Could some one give me some help? …

java ant filter code-coverage emma
JaCoCo report fails in Jenkins: java.lang.ArrayIndexOutOfBoundsException

I have been using JaCoCo locally with no problem. When running a Jenkins job on a remote server, the job …

java jenkins code-coverage jacoco emma
What are my alternatives for test code coverage on Android?

I know Android's Ant tooling comes with built-in Emma code coverage, but Emma's reports look more and more dated and …

android testing code-coverage cobertura emma