Top "Cobertura" questions

Cobertura is a free and open-source Java tool based on jcoverage that calculates the percentage of code and branches covered by tests.

Cobertura exclude vs ignore

I see that in the cobertura-maven-plugin, I can configure my instrumentation with both excludes and ignores. What is the difference …

cobertura
Cobertura doesn't work with Java 7

I am using maven 3.0.4, JRE 1.7.0_09. When I use mvn clean install all my tests passes and everything looks good - …

java maven jenkins java-7 cobertura
Maven Cobertura OutOfMemoryError

I am using Maven site:run to generate a cobertura code coverage... The following is my pom.xml configuration for …

maven-2 maven out-of-memory cobertura
SonarQube: Coverage on New Code never calculated

I have set up SonarQube, Maven and Cobertura to upload unit test coverage at every build run. I want to …

maven sonarqube cobertura sonarqube5.1 sonarqube-scan
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