Information about Jenkins Coverage Plugin
The Jenkins Coverage Plugin publishes a report of the code and mutation coverage in your build, so you can navigate to a summary report from the main build page. Additionally, the plugin gathers several metrics (lines of code, cyclomatic complexity, number of tests per class) and visualizes these results along with the coverage information.
From there you can also dive into the details:
- Tree charts that show the distribution of the metrics by type (line, branch, complexity, tests, etc.)
- Tabular listing of all files with their coverage, complexity and number of tests
- Source code of the files with the coverage highlighted
- Trend charts of the coverage over time
Advanced Settings for Jenkins Coverage Plugin
Two classes of settings can be accessed in the Jenkins Coverage Plugin
- Quality Gates
- Advanced Options
To access the advanced settings: