KoverProjectExtension

Project extension for Kover Gradle Plugin.

Functions

Link copied to clipboard

Customize report variants shared by the current project.

Link copied to clipboard
abstract fun disable()
Link copied to clipboard
abstract fun merge(block: Action<KoverMergingConfig>)

Configuring a merged report.

Link copied to clipboard
abstract fun reports(block: Action<KoverReportsConfig>)

Configuration of Kover reports.

Link copied to clipboard
abstract fun useJacoco()

Use JaCoCo as coverage tool with version JACOCO_TOOL_DEFAULT_VERSION for measure coverage and generate reports.

abstract fun useJacoco(version: String)

Use JaCoCo as coverage tool with version version for measure coverage and generate reports.

Properties

Link copied to clipboard

Instance to configuring of report variants shared by the current project.

Link copied to clipboard
abstract val jacocoVersion: Property<String>

Specifies version of JaCoCo coverage tool.

Link copied to clipboard

Instance to configuring a merged report.

Link copied to clipboard

Instance to configuring of Kover reports.

Link copied to clipboard
abstract val useJacoco: Property<Boolean>

Specifies usage of JaCoCo as coverage tool for measure coverage and generate reports.