Top "Jacoco-maven-plugin" questions

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

How to specify output format for jacoco plugin for maven?

I have a maven project with jacoco plugin, which generates reports in different formats, such as html, csv and xml. …

maven code-coverage jacoco jacoco-maven-plugin
maven jacoco plugin does not generate coverage report

I am using sonarqube as the output for the test results, while maven and jacoco for testing the test cases. …

java maven junit sonarqube jacoco-maven-plugin