A maven plug-in which provides the JaCoCo agent to automated tests and allows basic report creation.
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-pluginI 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