It provides the ability to feed SonarQube with code coverage data coming from Atlassian Clover.
To display code coverage data:
- Prior to the SonarQube analysis, execute your unit tests and generate the Clover report.
- Import this report while running the SonarQube analysis by setting the sonar.clover.reportPath property to the path to the Clover report. The path may be absolute or relative to the project base directory.