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.

Code Coverage with Jenkins

I am being asked to use Jenkins to test code coverage for a Java Project. The issue is I have …

java jenkins code-coverage cobertura jacoco
How to exclude a class from Jacoco coverage?

I want to use Jacoco in a way so that it excludes a Sample.java class from the overall coverage. …

maven jenkins jacoco cobertura jacoco-maven-plugin
How do I correctly integrate Maven, Jenkins, Sonar and Cobertura?

hope someone can help. our project is an Eclipse plug-in project we have a Jenkins server our project uses Maven …

maven continuous-integration jenkins sonarqube cobertura
cobertura in eclipse

I just installed ecobertura plugin, but it looks like not a very user-friendly tool from within eclipse. is there any …

java eclipse code-coverage cobertura
cobertura-maven-plugin excludes configuration

I have a Maven project with a test case DefaultViewTypeToFragmentMapperTest.java in the directory /src/test/java/test/com/mycompany/…

java maven maven-3 cobertura
cobertura on maven multi module project

I have a Maven project with 4 modules - 3 of them contain code and some tests (testing equals and hashcode of …

maven-2 cobertura
cobertura-maven-plugin with Java 8

Is it just me or the cobertura-maven-plugin doesn't work with java 8? when it runs I get [INFO] --- cobertura-maven-plugin:2.6:instrument (…

java maven cobertura maven-cobertura-plugin
ERROR SLF4J: Class path contains multiple SLF4J bindings jenkins cobertura maven

I'm with this error on third day already and I can't resolved. There is something that I can't grasp on …

maven jenkins pom.xml slf4j cobertura
Cannot install Cobertura plugin for Eclipse

I am getting following error message when I tried to install cobertura plugin in eclipse kepler (java/j2ee version) …

eclipse code-coverage eclipse-kepler cobertura eclipse-luna
Running code coverage with Cobertura and Jacoco

I have a bit of a problem getting code coverage reports for both Integration Tests and Unit Tests in Sonar …

maven sonarqube cobertura jacoco