This tutorial extends SonarQube with Maven Tutorial – Code Quality for Java developers to use Jacoco for tracking unit test coverage. Jacoco is the default code coverage tool that gets shipped with SonarQube.
…
This tutorial extends SonarQube with Maven Tutorial – Code Quality for Java developers to use Jacoco for tracking unit test coverage. Jacoco is the default code coverage tool that gets shipped with SonarQube.
…
Cobertura is a free code coverage tool, which calculates the percentage of Java code accessed by unit tests.
Step 1: The pom.xml file with the relevant reporting plugins.
…