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.

Is there anyway to merge cobertura coverage xml reports together?

I have c++/c application with a lots of unit tests. I would like to get overall coverage and also …

unit-testing code-coverage cobertura gcovr
running junits and cobertura with maven

In our project, we run both junits and cobertura using maven. The problem I am facing is that, junit test …

maven-2 ant junit cobertura
How to get Cobertura to fail M2 build for low code coverage

I'm trying to configure my WAR project build to fail if the line or branch coverage is below given thresholds. …

java maven-2 build-automation code-coverage cobertura
Maven cobertura plugin - one report for multimodule project

I'm using maven cobertura plugin to report code coverage in my multimodule project. The problem is that I don't know …

maven-2 cobertura
How do I make Jenkins, Sonar and the JaCoCo plugin work together for Eclipse Tycho Plugin Projects (or maybe Cobertura)?

my setup is: Jenkins 1.448 Sonar 2.13 Jenkins Sonar Plugin 1.72 a MySql database for Sonar I have the following project: Eclipse Plugin …

jenkins sonarqube cobertura tycho jacoco
IllegalAccessError:class <classname> cannot access its superinterface <interfacename>

I have class Assembly implementing IAssembly. I see following error when starting the application Caused by: java.lang.IllegalAccessError: class &…

java classloader cobertura
Best way to disable cobertura test for all the child modules from the parent pom

I am trying to do a maven clean install on my parent pom.xml file by using the below command- …

java maven intellij-idea cobertura parent-pom
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
Cobertura code coverage is 0% when using Maven 3

After reading this: What is the proper way to use Cobertura with Maven 3.0.2 and this: http://www.wakaleo.com/blog/292…

java maven-3 pom.xml cobertura
cobertura vs clover

We are thinking about utilizing one of these tools in our development procedure. Our environment extensively uses mvn and eclipse. …

java unit-testing cobertura clover