Top "Jacoco-maven-plugin" questions

A maven plug-in which provides the JaCoCo agent to automated tests and allows basic report creation.

Sonar does not pick up Unit Tests Results even thought Code Coverage is generated

I am running SonarQuebe 6.2 on my local machine, I have Spring Boot Java 8 project with written unit tests that I …

maven sonarqube jacoco jacoco-maven-plugin
Maven Jacoco Configuration for multi-module projects

I was trying to generate code coverage reports using jacoco plugin in maven for a multi module project that I …

maven jacoco test-coverage jacoco-maven-plugin
JaCoCo coverage is missing

I've been working on this for hours, and every solution I've tried that I've found online makes no difference. I …

maven sonarqube jacoco maven-surefire-plugin jacoco-maven-plugin
Excluding Lombok classes from Sonar coverage report

Latest Jacoco plugin (still in snapshot version, 0.7.10-SNAPSHOT), has a nice new feature to filter out the Lombok generated code (…

java spring-boot sonarqube lombok jacoco-maven-plugin
JaCoCo and missed coverage of private default constructor

I'd like to see an example to prevent JaCoCo to report private empty constructors as non-covered code in a Java …

java code-coverage jacoco-maven-plugin private-constructor
Sonarqube bad coverage because of lombok @Data

I use jacoco for coverage report. When I look at the jacoco report, coverage seems to be good. But in …

maven sonarqube jacoco lombok jacoco-maven-plugin
Reporting and Merging multi-module jacoco reports with report-aggregate

Attempting to get one jacoco report that will show all the results from multiple modules. I am able to see …

java code-coverage jacoco qa jacoco-maven-plugin
Integration Test Coverage in SonarQube from JaCoCo Maven plug-in showing 0%

We have a multi-module multi-language maven java project with coverage analysis with jacoco. The main part of the modules is …

maven configuration sonarqube integration-testing jacoco-maven-plugin
Jacoco is not showing coverage for PowerMockito classes

We are using Jacoco and eclemma for test case coverage. For the classes that are not using PowerMockRunner we are …

java junit powermockito jacoco-maven-plugin eclemma
How to skip jacoco coverage check during build?

In our project we use jacoco-maven-plugin and during the build I get this error: [ERROR] Failed to execute goal org.…

maven jacoco skip jacoco-maven-plugin