Package-level declarations

Tasks to work with the JaCoCo code coverage library.

Types

Link copied to clipboard
@DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly")
abstract class JacocoBase : DefaultTask
Base class for Jacoco tasks.
Link copied to clipboard
Task for verifying code coverage metrics.
Link copied to clipboard
Task to generate HTML, Xml and CSV reports of Jacoco coverage data.
Link copied to clipboard
@DisableCachingByDefault(because = "Abstract super-class, not to be instantiated directly")
abstract class JacocoReportBase : JacocoBase
Base class for Jacoco report tasks.
Link copied to clipboard
The reporting configuration for the JacocoReport task.