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
Jacoco code coverage show 0% coverage on Jenkins

I have read most of the answers available for similar questions but none of those fit to answer my question. …

jenkins maven-2 code-coverage jacoco jacoco-maven-plugin