| Class |
Description |
|
CoverageCounter
|
Holds the coverage observations for a single scope and coverage type. |
|
CoverageObservation
|
The coverage observations (e.g., as extracted from the Jacoco XML report) for one scope. |
|
CoverageViolation
|
A coverage violation observed for the given clazz. |
|
JacocoCoverageExtension
|
Provides configuration options for the JacocoCoveragePlugin, in particular the fileThreshold, classThreshold,
packageThreshold, reportThreshold keywords for specifying coverage requirements. |
|
JacocoCoveragePlugin
|
A wrapper for the standard Jacoco Gradle plugin that allows users to specify minimum coverage requirements individual
files and coverage types. |
|
JacocoCoverageTask
|
|
|
JacocoFullReportExtension
|
|
|
JacocoFullReportPlugin
|
Adds a 'jacocoFullReport' task to the current project that produces a Jacoco report for code coverage of the tests
of all subprojects of the current project. |