Package-level declarations

Types

Link copied to clipboard

Type of counter value to compare with minimal and maximal values if them defined.

Link copied to clipboard

Type of the metric to evaluate code coverage.

Link copied to clipboard

Entity type for grouping code to coverage evaluation.

Link copied to clipboard

Configure Kover binary Report.

Link copied to clipboard

Type for customizing report variants shared by the current project.

Link copied to clipboard

Marker annotation for public DSL of the Kover Gradle Plugin.

Link copied to clipboard

Configure Kover HTML Report.

Link copied to clipboard

Configuration of coverage printing to the log for current report variant.

Link copied to clipboard

Configuring a merged report.

Link copied to clipboard

Instrumentation settings for all included projects.

Link copied to clipboard

Create custom report variant in all included projects.

Link copied to clipboard

Limit the classes that will be included in the reports for all included projects.

Link copied to clipboard
object KoverNames

An object with public names of Kover objects that can be accessed by this name.

Link copied to clipboard

Configuration scope.

Link copied to clipboard

Project extension for Kover Gradle Plugin.

Link copied to clipboard

Instrumentation settings for the current Gradle project.

Link copied to clipboard

Exclusion or inclusion class filter for Kover reports.

Link copied to clipboard

Filters to exclude classes from reports

Link copied to clipboard

Configuration of Kover reports.

Link copied to clipboard

Type to configure report set for a specific variant

Link copied to clipboard
Link copied to clipboard

Common config for Kover report variants.

Link copied to clipboard

The type for creating a custom report variant.

Link copied to clipboard

Limit the classes that will be included in the reports. These settings do not affect the instrumentation of classes.

Link copied to clipboard

Configuration to specify verification rules.

Link copied to clipboard

Describes a single bound for the verification rule to enforce; Bound specifies what type of coverage is enforced (branches, lines, instructions), how coverage is aggregated (raw number or percents) and what numerical values of coverage are acceptable.

Link copied to clipboard
interface KoverVerifyRule

Describes a single Kover verification task rule (that is part of Gradle's verify), with the following configurable parameters:

Link copied to clipboard

Configuration of the coverage's result verification with the specified rules.

Link copied to clipboard

Stable reference point for various versions that Kover leverages.

Link copied to clipboard

Configure Kover XML Report.

Link copied to clipboard