×
4 days ago · Collects code coverage results of different tools (JaCoCo, Cobertura, etc.) and visualizes the results.
Oct 23, 2023 · This plugin reached end-of-life. · Version: 4.99.0 · Installed on 8.07% of instances · Links · Labels · Maintainers · Help us improve this page!
publishCoverage : Publish Coverage Report [deprecated] · + path : String · - path : String. Select the path to your source code files. This plugin copies source ...
Allows to configure various aspects of the JaCoCo code coverage report. The paths define where the various types of files can be found in the workspace, ...
Contains logic and models for visualizing code coverage within a dashboard column. io.jenkins.plugins.coverage.model.visualization.tree.
The new plugin will be the new place where features are implemented and bugs are fixed. The transition for users should be transparent: I added a dependency to ...
Publish annotations for existing and new code. There might be a lot of annotations depending on your code coverage. Values: SKIP , MODIFIED_LINES , ALL_LINES.
A plugin for Jenkins to capture and visualize code coverage testing results for projects using JaCoCo for code-coverage analysis.
Jun 27, 2022 · Hi , In my jenkins file i have written the code to display the code coverage for both java (using jacoco) and c++ (using bazel coverage ...