FileReport

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
abstract override val destination: RegularFileProperty

Name of the file/directory to be generated; note that due to the variant-aware nature of the plugin, each variant will be assigned a distinct folder if necessary

Link copied to clipboard
@get:Input
abstract val enabled: Property<Boolean>

Whether this report should be generated

Functions

Link copied to clipboard
operator fun invoke(config: JacocoOptions.FileReport.() -> Unit)