JacocoPlugin

abstract class JacocoPlugin : Plugin<T> (source)

Plugin that provides support for generating Jacoco coverage data.

See also

<a href="https://docs.gradle.org/current/userguide/jacoco_plugin.html">JaCoCo plugin reference</a>

Constructors

Link copied to clipboard
@Inject
constructor(instantiator: Instantiator)

Properties

Link copied to clipboard
val AGENT_CONFIGURATION_NAME: String = "jacocoAgent"
Link copied to clipboard
val ANT_CONFIGURATION_NAME: String = "jacocoAnt"
Link copied to clipboard
The jacoco version used if none is explicitly specified.
Link copied to clipboard

Functions

Link copied to clipboard
open fun apply(project: Project)