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.

Jenkins Cobertura plugin not finding the coverage.xml file

I have a multi-module maven project in Jenkins 1.502 with the jenkins-cobertura plugin version 1.9.3. My cobertura.xml file is generated in …

maven jenkins cobertura
Sonar Cobertura Plugin not finding coverage.xml file

I have a multi-module maven project in Jenkins 1.545.I am using Sonarqube version 4.2.I have installed cobertura plugin version 1.6.1 and …

java maven jenkins cobertura
Running integration tests with Cobertura Maven plugin

I am having trouble getting the Cobertura plugin to run integration tests in Maven. The closest answer to this question …

maven-2 integration-testing cobertura
Cobertura & Java 7 support

Any ideas when cobertura will support java 7? Found http://sourceforge.net/tracker/index.php?func=detail&aid=3295711&group_…

java-7 cobertura
Maven build causes VerifyError with java 1.7

I got one simple class with test case for it and everything works fine in eclipse, but when I run …

java maven junit cobertura verifyerror
How do I configure when cobertura tests run in maven-cobertura-plugin?

In order to fine-tune which tests are run at which times and in which environments, we have several executions set …

maven cobertura
Ignoring report generation for specific classes in cobertura maven plugin

I've been using Cobertura plugin for report generation and instrumentation (with surefire). Here is the issue I am facing: I …

maven-2 code-coverage maven-plugin instrumentation cobertura
Generating a maven site including a Cobertura Report

I've got some projects that are already doing site generation via maven, and I want to integrate cobertura reports in …

java maven-2 code-coverage cobertura
How to output coverage XML with nosetests?

I'm trying to output the coverage XML of my nosetests so they show up on Hudson. The line I'm executing …

python code-coverage cobertura nosetests
Code Coverage: Cobertura and SonarQube 5.3 Maven Integration

We are migrating all the project from ANT to MAVEN as part of Continuous Integration. We are using JaCoCo for …

maven-3 code-coverage cobertura sonarqube5.3 maven-cobertura-plugin