Could not retrieve http://update.sonarsource.org/plugins/jacoco-confluence-include.html - Page not found. |
Description
This plugin (provided by default with SonarQube 7.4+) allows you to load the JaCoCo data from its XML format for all the languages for which you can generate a JaCoCo report.
It means you can load the JaCoCo data related to Java, Kotlin but also for Groovy and probably for Scala, Clojure, ...
Usage
- Prior to the SonarQube/SonarCloud analysis, execute your unit tests and generate the JaCoCo coverage report in its XML format.
Import reports while running the SonarQube/SonarCloud analysis by providing the paths of the jacoco.xml files through the following properties. The paths may be absolute or relative to the project base directory.
Property Scope Description sonar.coverage.jacoco.xmlReportPaths
Project-wide Comma-separated list of paths to JaCoCo (jacoco.xml) report files.
Overview
Content Tools