Top "Jacoco" questions

JaCoCo a coverage analysis tool.

Maven Jacoco Configuration - Exclude classes/packages from report not working

I have a maven multi-module project and I'm using jacoco-maven for code coverage reports. Some classes should not be reported, …

maven configuration jacoco jacoco-maven-plugin
SonarQube not picking up Unit Test Coverage

I am having issues with sonar picking up the jacoco analysis report. Jenkins however is able to pick up the …

maven jenkins sonarqube jacoco
Getting "Skipping JaCoCo execution due to missing execution data file" upon executing JaCoCo

I'm using Maven 3.0.3, JUnit 4.8.1, and Jacoco 0.6.3.201306030806, and I am trying to create test coverage reports. I have a project with …

maven junit jacoco
How to configure multi-module Maven + Sonar + JaCoCo to give merged coverage report?

I've searched up and down the internet for this one. There's lots of half-answers out there, to do with Maven …

maven code-coverage sonarqube jacoco
how to use jacoco.exec report

I generated a code coverage report from jacoco, which is jacoco.exec. But I don't know how to use it ... …

testing code-coverage jacoco
Filter JaCoCo coverage reports with Gradle

Problem: I have a project with jacoco and I want to be able to filter certain classes and/or packages. …

java unit-testing gradle code-coverage jacoco
maven jacoco: not generating code coverage report

I am trying to setup jacoco for my project's code coverage My project is based on Java 1.8 Here is how …

java maven code-coverage jacoco
Maven JaCoCo plugin error

I have configured the Maven JaCoCo plugin as follows in my pom.xml file: <properties> <project.build.…

xml maven maven-plugin jacoco
JaCoCo not generating jacoco.exec until after skipping JaCoCo execution

I'm having trouble generating AHP reports via JaCoCo in one of my modules. When the build starts, I see JaCoCo …

maven jacoco
Cannot use jacoco JVM args and surefire JVM args together in maven

I am using maven with the jacoco plugin to generate code coverage metrics. I am having some difficulty in configuring …

maven jacoco maven-surefire-plugin