-
Improvement
-
Resolution: Unresolved
-
Major
-
None
Portfolio metrics and other project quality-related automated tools should consume JaCoCo results directly from CI to collect coverage data even if they don't have access to the codebase or build environment.
The JaCoCo XML report is the most suitable representation of the coverage data to be processed by an automated tool.
Currently, jacoco-plugin provides a link to the aggregated jacoco.exec file, however, it cannot be processed without having a working local build.
The goal here is to provide an additional link in the coverage results page to download the aggregated jacoco.xml file.
- is related to
-
JENKINS-63124 link to coverage report
- Open