diff --git a/CHANGELOG.md b/CHANGELOG.md index 763a7ae5..961508d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +0.7.1 / 2023-06-01 +=================== +### Features +* Added a filter for source sets (#376) + +### Bugfixes +* Fixed up-to-date checks for Kover tasks (#371) + +### Documentation +* Updated documentation on filtering by annotations (#370) +* Improved Kover documentation (#282) +* Fix broken migration link in CHANGELOG.md +* Fix documentation for KoverReportExtension +* Fixed Kover Plugin ID for legacy plugin application + +### Internal features +* Implemented Worker API for use with Kover toolset +* Updated Gradle and Kotlin versions +* IntelliJ coverage dependency versions upgraded to `1.0.721` + 0.7.0 / 2023-05-16 =================== This release introduce API rework in order to support configuration cache, project isolation model, Android Gradle plugin. diff --git a/README.md b/README.md index ad03595c..d92f24c6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Add the following to your top-level build file: ```kotlin plugins { - id("org.jetbrains.kotlinx.kover") version "0.7.0" + id("org.jetbrains.kotlinx.kover") version "0.7.1" } ``` @@ -46,7 +46,7 @@ plugins { ```groovy plugins { - id 'org.jetbrains.kotlinx.kover' version '0.7.0' + id 'org.jetbrains.kotlinx.kover' version '0.7.1' } ``` @@ -69,7 +69,7 @@ buildscript { } dependencies { - classpath("org.jetbrains.kotlinx:kover-gradle-plugin:0.7.0") + classpath("org.jetbrains.kotlinx:kover-gradle-plugin:0.7.1") } } @@ -88,7 +88,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.jetbrains.kotlinx:kover-gradle-plugin:0.7.0' + classpath 'org.jetbrains.kotlinx:kover-gradle-plugin:0.7.1' } } diff --git a/build.gradle.kts b/build.gradle.kts index 0242f357..a39b185c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") - compileOnly("org.jetbrains.intellij.deps:intellij-coverage-reporter:1.0.719") + compileOnly("org.jetbrains.intellij.deps:intellij-coverage-reporter:1.0.721") testImplementation(kotlin("test")) diff --git a/docs/cli/index.md b/docs/cli/index.md index 4d559857..d74d8c19 100644 --- a/docs/cli/index.md +++ b/docs/cli/index.md @@ -71,8 +71,8 @@ configurations.register("koverCli") { } dependencies { - runtimeOnly("org.jetbrains.kotlinx:kover-offline-runtime:0.7.0") - add("koverCli", "org.jetbrains.kotlinx:kover-cli:0.7.0") + runtimeOnly("org.jetbrains.kotlinx:kover-offline-runtime:0.7.1") + add("koverCli", "org.jetbrains.kotlinx:kover-cli:0.7.1") testImplementation(kotlin("test")) } diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-c-o-u-n-t/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-c-o-u-n-t/index.html index fb706f36..c55f136d 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-c-o-u-n-t/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-c-o-u-n-t/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-p-e-r-c-e-n-t-a-g-e/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-p-e-r-c-e-n-t-a-g-e/index.html index 75c49de8..2dc21384 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-p-e-r-c-e-n-t-a-g-e/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-p-e-r-c-e-n-t-a-g-e/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-c-o-u-n-t/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-c-o-u-n-t/index.html index 7935c50d..d4e5298f 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-c-o-u-n-t/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-c-o-u-n-t/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-p-e-r-c-e-n-t-a-g-e/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-p-e-r-c-e-n-t-a-g-e/index.html index c689ef84..2a828557 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-p-e-r-c-e-n-t-a-g-e/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-p-e-r-c-e-n-t-a-g-e/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/index.html index 222adca1..73dc9768 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/is-percentage.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/is-percentage.html index b779112e..c36a4421 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/is-percentage.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/is-percentage.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/value-of.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/value-of.html index 21804751..e6ba5e77 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/value-of.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/value-of.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/values.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/values.html index eb7d582e..1e190aba 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/values.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/values.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-a-p-p-l-i-c-a-t-i-o-n/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-a-p-p-l-i-c-a-t-i-o-n/index.html index ffd307a5..ea1a3e37 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-a-p-p-l-i-c-a-t-i-o-n/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-a-p-p-l-i-c-a-t-i-o-n/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-c-l-a-s-s/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-c-l-a-s-s/index.html index 77b9aacb..4de40ca1 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-c-l-a-s-s/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-c-l-a-s-s/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-p-a-c-k-a-g-e/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-p-a-c-k-a-g-e/index.html index 2bccd955..d489a900 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-p-a-c-k-a-g-e/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-p-a-c-k-a-g-e/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/index.html index 3415a837..78c80632 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/value-of.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/value-of.html index 7e4fd818..319a53b2 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/value-of.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/value-of.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/values.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/values.html index cee16da7..98822191 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/values.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/values.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/index.html index 2b598268..38075873 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/merge-with.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/merge-with.html index f3d0f185..5b80608c 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/merge-with.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/merge-with.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/charset.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/charset.html index a4c639fc..b9338641 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/charset.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/charset.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/filters.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/filters.html index dbe47918..3f500f5a 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/filters.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/filters.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/index.html index 31c0d887..fa65d666 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/on-check.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/on-check.html index b379875b..20e8b7eb 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/on-check.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/on-check.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html index 05ba73a1..b9a296c5 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/title.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/title.html index 7f7816a0..4fc93de5 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/title.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/title.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html index b14e534d..c763bb6e 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/index.html index 4e45a85b..f2497a33 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html index 2ef4fe33..307d1104 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-h-t-m-l_-r-e-p-o-r-t_-n-a-m-e.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-h-t-m-l_-r-e-p-o-r-t_-n-a-m-e.html index e12bab57..3a87c644 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-h-t-m-l_-r-e-p-o-r-t_-n-a-m-e.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-h-t-m-l_-r-e-p-o-r-t_-n-a-m-e.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-v-e-r-i-f-y_-r-e-p-o-r-t_-n-a-m-e.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-v-e-r-i-f-y_-r-e-p-o-r-t_-n-a-m-e.html index 635e8e0c..2b27d238 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-v-e-r-i-f-y_-r-e-p-o-r-t_-n-a-m-e.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-v-e-r-i-f-y_-r-e-p-o-r-t_-n-a-m-e.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-x-m-l_-r-e-p-o-r-t_-n-a-m-e.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-x-m-l_-r-e-p-o-r-t_-n-a-m-e.html index f06783fe..2b9e51e6 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-x-m-l_-r-e-p-o-r-t_-n-a-m-e.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-x-m-l_-r-e-p-o-r-t_-n-a-m-e.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-p-e-n-d-e-n-c-y_-c-o-n-f-i-g-u-r-a-t-i-o-n_-n-a-m-e.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-p-e-n-d-e-n-c-y_-c-o-n-f-i-g-u-r-a-t-i-o-n_-n-a-m-e.html index a0a4917a..a73b2f17 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-p-e-n-d-e-n-c-y_-c-o-n-f-i-g-u-r-a-t-i-o-n_-n-a-m-e.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-p-e-n-d-e-n-c-y_-c-o-n-f-i-g-u-r-a-t-i-o-n_-n-a-m-e.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-p-r-o-j-e-c-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-p-r-o-j-e-c-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html index 27e8b7de..ba418400 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-p-r-o-j-e-c-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-p-r-o-j-e-c-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-r-e-p-o-r-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-r-e-p-o-r-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html index 5d7ad22e..3a0773e6 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-r-e-p-o-r-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-r-e-p-o-r-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/index.html index eba0e6b8..8ce2d7a3 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html index 7fbba8b3..f2e45db2 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html index 11e06dc4..a530f140 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html index 788749ad..53856afc 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-source-sets.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-source-sets.html new file mode 100644 index 00000000..158d3af0 --- /dev/null +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-source-sets.html @@ -0,0 +1,72 @@ + + + + + excludeSourceSets + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

excludeSourceSets

+
+
abstract fun excludeSourceSets(config: Action<SourceSetsExclusions>)

Excludes classes of the specified source sets from Kover reports.

As a side effect, the generation of Kover reports ceases to depend on the compilation tasks of these source sets.

Example:

kover {
excludeSourceSets {
names("test1", "extra")
}
}
+
+ +
+
+ + diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html index 96d08044..fc43a656 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/index.html index 11547546..ec765ba3 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
@@ -110,6 +110,21 @@

Functions

+ +
+
+
+
excludeSourceSets
+ +
Link copied to clipboard
+
+
+
+
abstract fun excludeSourceSets(config: Action<SourceSetsExclusions>)

Excludes classes of the specified source sets from Kover reports.

+
+
+
+
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html index 248de27e..c7d7f076 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/android-reports.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/android-reports.html index 27e5427a..29b62a79 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/android-reports.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/android-reports.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/defaults.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/defaults.html index b5eebf45..b6cd1594 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/defaults.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/defaults.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/filters.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/filters.html index f56df4f3..e9f9fd13 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/filters.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/filters.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/index.html index b4e942b2..03012175 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/annotated-by.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/annotated-by.html index 0eb64ab8..ad20f013 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/annotated-by.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/annotated-by.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html index 48f13b52..7b1dcdab 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/index.html index 34fd3886..fde2e9de 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html index 9236d912..55797989 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/excludes.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/excludes.html index 04b29f34..7f78faec 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/excludes.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/excludes.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/includes.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/includes.html index cc374005..5d413faa 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/includes.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/includes.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/index.html index 7b4859b1..22ff6e42 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/filters.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/filters.html index 5091940a..ad6ca820 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/filters.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/filters.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/html.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/html.html index c08e0931..2d402139 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/html.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/html.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/index.html index 7b1f7748..b4a82036 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html index e1f78784..c5e42ced 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html index d5b60f3d..3306aae1 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html index 37609ada..4c998cc3 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
@@ -58,29 +58,14 @@

KoverTestsExclusions

-

Disables instrumentation of test tasks.

This means that even if the excluded tests are executed, the function calls that happened in it will not be counted in the coverage reports.

As a side effect, reports stop depending on the specified test tasks.

Example:

kover {
excludeTests {
tasks("test1", "test2")
mppTargetName("jvm")
}
}
+

Disables instrumentation of test tasks.

This means that even if the excluded tests are executed, the function calls that happened in it will not be counted in the coverage reports.

As a side effect, reports stop depending on the specified test tasks.

Example:

kover {
excludeTests {
tasks("test1", "test2")
}
}

Functions

-
-
-
-
- - -
Link copied to clipboard
-
-
-
-
abstract fun mppTargetName(vararg name: String)

Disables instrumentation of test tasks owned by the specified MPP targets.

-
-
-
-
- +
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/mpp-target-name.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/mpp-target-name.html index 1fc7a335..e248c809 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/mpp-target-name.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/mpp-target-name.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html index e62a8cf9..1950f70b 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/aggregation.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/aggregation.html index 44ed4b69..8d7d31f4 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/aggregation.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/aggregation.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html index 2b5a8a04..119be541 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/max-value.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/max-value.html index 7ad8329e..53c6de2f 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/max-value.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/max-value.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/metric.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/metric.html index 5766b6ef..5fcab11b 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/metric.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/metric.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/min-value.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/min-value.html index f69a6f98..a7d574a1 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/min-value.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/min-value.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/index.html index 955fbeda..929412d8 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/on-check.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/on-check.html index 81a21ab9..b00235a0 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/on-check.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/on-check.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html index f6ee6ee2..70a2acf6 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html index 4821af7b..30e2db3d 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/entity.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/entity.html index 1b5fb044..c8c62242 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/entity.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/entity.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/filters.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/filters.html index 1591f184..9259ac2c 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/filters.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/filters.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/index.html index 743a0725..4c54c097 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/is-enabled.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/is-enabled.html index bf738f3e..93d9ce89 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/is-enabled.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/is-enabled.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html index e4cd66b5..6392e6ae 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html index 9740bc08..00bed520 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-j-a-c-o-c-o_-t-o-o-l_-d-e-f-a-u-l-t_-v-e-r-s-i-o-n.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-j-a-c-o-c-o_-t-o-o-l_-d-e-f-a-u-l-t_-v-e-r-s-i-o-n.html index 13515ec6..993e7e9a 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-j-a-c-o-c-o_-t-o-o-l_-d-e-f-a-u-l-t_-v-e-r-s-i-o-n.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-j-a-c-o-c-o_-t-o-o-l_-d-e-f-a-u-l-t_-v-e-r-s-i-o-n.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-k-o-v-e-r_-t-o-o-l_-v-e-r-s-i-o-n.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-k-o-v-e-r_-t-o-o-l_-v-e-r-s-i-o-n.html index 62ae4938..9c9903a8 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-k-o-v-e-r_-t-o-o-l_-v-e-r-s-i-o-n.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-k-o-v-e-r_-t-o-o-l_-v-e-r-s-i-o-n.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-m-i-n-i-m-u-m_-g-r-a-d-l-e_-v-e-r-s-i-o-n.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-m-i-n-i-m-u-m_-g-r-a-d-l-e_-v-e-r-s-i-o-n.html index b8b37eff..4f8458aa 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-m-i-n-i-m-u-m_-g-r-a-d-l-e_-v-e-r-s-i-o-n.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-m-i-n-i-m-u-m_-g-r-a-d-l-e_-v-e-r-s-i-o-n.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/index.html index e8253847..492c67f8 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/filters.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/filters.html index 3d08f21f..14672b84 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/filters.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/filters.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/index.html index 74b5e0e7..633d3a4a 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/on-check.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/on-check.html index 084f6c6c..ef5e8d1b 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/on-check.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/on-check.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html index 9ede1f5c..06c62511 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-b-r-a-n-c-h/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-b-r-a-n-c-h/index.html index be909f3b..cc408413 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-b-r-a-n-c-h/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-b-r-a-n-c-h/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-i-n-s-t-r-u-c-t-i-o-n/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-i-n-s-t-r-u-c-t-i-o-n/index.html index 6585d912..b4162d69 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-i-n-s-t-r-u-c-t-i-o-n/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-i-n-s-t-r-u-c-t-i-o-n/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-l-i-n-e/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-l-i-n-e/index.html index 07780b1c..a1a89716 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-l-i-n-e/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-l-i-n-e/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html index 10681484..b6933393 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html index 5ddb7ff1..91acb575 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html index f022e05b..a023abce 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/index.html new file mode 100644 index 00000000..2f4959dc --- /dev/null +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/index.html @@ -0,0 +1,96 @@ + + + + + SourceSetsExclusions + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

SourceSetsExclusions

+

Excludes classes of the specified source sets from Kover reports.

As a side effect, the generation of Kover reports ceases to depend on the compilation tasks of these source sets.

Example:

kover {
excludeSourceSets {
names("test1", "extra")
}
}
+
+
+
+
+
+

Functions

+
+
+
+
+ + +
Link copied to clipboard
+
+
+
+
abstract fun names(vararg name: String)
abstract fun names(names: Iterable<String>)

Excludes classes of the specified source sets from Kover reports.

+
+
+
+
+
+
+
+
+
+ +
+
+ + diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html new file mode 100644 index 00000000..3e2ff662 --- /dev/null +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html @@ -0,0 +1,72 @@ + + + + + names + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

names

+
+
abstract fun names(vararg name: String)

Excludes classes of the specified source sets from Kover reports.

As a side effect, the generation of Kover reports ceases to depend on the compilation tasks of these source sets.

Example:

kover {
excludeSourceSets {
names("test1", "extra")
}
}

abstract fun names(names: Iterable<String>)

Excludes classes of the specified source sets from Kover reports.

As a side effect, the generation of Kover reports ceases to depend on the compilation tasks of these source sets.

Example:

kover {
excludeSourceSets {
names(listOf("test1", "extra"))
}
}
+
+ +
+
+ + diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/index.html index 464e27bf..74b7b0e9 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
@@ -334,6 +334,21 @@

Types

+ +
+
+
+ + +
Link copied to clipboard
+
+
+
+

Excludes classes of the specified source sets from Kover reports.

+
+
+
+
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html index 57f7b060..7a7f2957 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/apply.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/apply.html index 2d139495..8c744c30 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/apply.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/apply.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html index 5817b7fa..95e0386b 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/index.html b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/index.html index dc80da35..bf6cd998 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/index.html +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/-kover -gradle -plugin/package-list b/docs/gradle-plugin/dokka/-kover -gradle -plugin/package-list index d51f7d5c..6b1cffa2 100644 --- a/docs/gradle-plugin/dokka/-kover -gradle -plugin/package-list +++ b/docs/gradle-plugin/dokka/-kover -gradle -plugin/package-list @@ -40,6 +40,7 @@ $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension///Pointing $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/disable/#/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/excludeInstrumentation/#org.gradle.api.Action[kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/excludeJavaCode/#/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html +$dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/excludeSourceSets/#org.gradle.api.Action[kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-source-sets.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/excludeTests/#org.gradle.api.Action[kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/useJacoco/#/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverProjectExtension/useJacoco/#kotlin.String/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html @@ -62,7 +63,6 @@ $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverReportsConfig/html/#org.gra $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverReportsConfig/verify/#org.gradle.api.Action[kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverReportsConfig/xml/#org.gradle.api.Action[kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverTestsExclusions///PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html -$dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverTestsExclusions/mppTargetName/#kotlin.Array[kotlin.String]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/mpp-target-name.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverTestsExclusions/tasks/#kotlin.Array[kotlin.String]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverTestsExclusions/tasks/#kotlin.collections.Iterable[kotlin.String]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/KoverVerifyBound///PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html @@ -99,6 +99,9 @@ $dokka.location:kotlinx.kover.gradle.plugin.dsl/MetricType.LINE///PointingToDecl $dokka.location:kotlinx.kover.gradle.plugin.dsl/MetricType///PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/MetricType/valueOf/#kotlin.String/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html $dokka.location:kotlinx.kover.gradle.plugin.dsl/MetricType/values/#/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html +$dokka.location:kotlinx.kover.gradle.plugin.dsl/SourceSetsExclusions///PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/index.html +$dokka.location:kotlinx.kover.gradle.plugin.dsl/SourceSetsExclusions/names/#kotlin.Array[kotlin.String]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html +$dokka.location:kotlinx.kover.gradle.plugin.dsl/SourceSetsExclusions/names/#kotlin.collections.Iterable[kotlin.String]/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html $dokka.location:kotlinx.kover.gradle.plugin////PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/index.html $dokka.location:kotlinx.kover.gradle.plugin/KoverGradlePlugin///PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html $dokka.location:kotlinx.kover.gradle.plugin/KoverGradlePlugin/KoverGradlePlugin/#/PointingToDeclaration/-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html diff --git a/docs/gradle-plugin/dokka/index.html b/docs/gradle-plugin/dokka/index.html index 7c0ab917..7453f72e 100644 --- a/docs/gradle-plugin/dokka/index.html +++ b/docs/gradle-plugin/dokka/index.html @@ -40,7 +40,7 @@
-0.7.0
+0.7.1
diff --git a/docs/gradle-plugin/dokka/navigation.html b/docs/gradle-plugin/dokka/navigation.html index 82afabc2..b5d8aa5a 100644 --- a/docs/gradle-plugin/dokka/navigation.html +++ b/docs/gradle-plugin/dokka/navigation.html @@ -92,6 +92,9 @@
+
diff --git a/docs/gradle-plugin/dokka/scripts/pages.json b/docs/gradle-plugin/dokka/scripts/pages.json index a9c4df0a..d9acdde2 100644 --- a/docs/gradle-plugin/dokka/scripts/pages.json +++ b/docs/gradle-plugin/dokka/scripts/pages.json @@ -1 +1 @@ -[{"name":"APPLICATION","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.APPLICATION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-a-p-p-l-i-c-a-t-i-o-n/index.html","searchKeys":["APPLICATION","APPLICATION","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.APPLICATION"]},{"name":"BRANCH","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.BRANCH","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-b-r-a-n-c-h/index.html","searchKeys":["BRANCH","BRANCH","kotlinx.kover.gradle.plugin.dsl.MetricType.BRANCH"]},{"name":"CLASS","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.CLASS","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-c-l-a-s-s/index.html","searchKeys":["CLASS","CLASS","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.CLASS"]},{"name":"COVERED_COUNT","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_COUNT","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-c-o-u-n-t/index.html","searchKeys":["COVERED_COUNT","COVERED_COUNT","kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_COUNT"]},{"name":"COVERED_PERCENTAGE","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_PERCENTAGE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-p-e-r-c-e-n-t-a-g-e/index.html","searchKeys":["COVERED_PERCENTAGE","COVERED_PERCENTAGE","kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_PERCENTAGE"]},{"name":"INSTRUCTION","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.INSTRUCTION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-i-n-s-t-r-u-c-t-i-o-n/index.html","searchKeys":["INSTRUCTION","INSTRUCTION","kotlinx.kover.gradle.plugin.dsl.MetricType.INSTRUCTION"]},{"name":"LINE","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.LINE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-l-i-n-e/index.html","searchKeys":["LINE","LINE","kotlinx.kover.gradle.plugin.dsl.MetricType.LINE"]},{"name":"MISSED_COUNT","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_COUNT","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-c-o-u-n-t/index.html","searchKeys":["MISSED_COUNT","MISSED_COUNT","kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_COUNT"]},{"name":"MISSED_PERCENTAGE","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_PERCENTAGE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-p-e-r-c-e-n-t-a-g-e/index.html","searchKeys":["MISSED_PERCENTAGE","MISSED_PERCENTAGE","kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_PERCENTAGE"]},{"name":"PACKAGE","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.PACKAGE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-p-a-c-k-a-g-e/index.html","searchKeys":["PACKAGE","PACKAGE","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.PACKAGE"]},{"name":"abstract fun androidReports(variant: String, config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.androidReports","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/android-reports.html","searchKeys":["androidReports","abstract fun androidReports(variant: String, config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.androidReports"]},{"name":"abstract fun annotatedBy(vararg annotationName: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.annotatedBy","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/annotated-by.html","searchKeys":["annotatedBy","abstract fun annotatedBy(vararg annotationName: String)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.annotatedBy"]},{"name":"abstract fun bound(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html","searchKeys":["bound","abstract fun bound(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound"]},{"name":"abstract fun bound(minValue: Int, maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html","searchKeys":["bound","abstract fun bound(minValue: Int, maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound"]},{"name":"abstract fun classes(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html","searchKeys":["classes","abstract fun classes(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes"]},{"name":"abstract fun classes(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html","searchKeys":["classes","abstract fun classes(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes"]},{"name":"abstract fun classes(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html","searchKeys":["classes","abstract fun classes(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes"]},{"name":"abstract fun classes(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html","searchKeys":["classes","abstract fun classes(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes"]},{"name":"abstract fun defaults(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.defaults","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/defaults.html","searchKeys":["defaults","abstract fun defaults(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.defaults"]},{"name":"abstract fun disable()","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.disable","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html","searchKeys":["disable","abstract fun disable()","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.disable"]},{"name":"abstract fun excludeInstrumentation(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeInstrumentation","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html","searchKeys":["excludeInstrumentation","abstract fun excludeInstrumentation(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeInstrumentation"]},{"name":"abstract fun excludeJavaCode()","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeJavaCode","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html","searchKeys":["excludeJavaCode","abstract fun excludeJavaCode()","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeJavaCode"]},{"name":"abstract fun excludeTests(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeTests","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html","searchKeys":["excludeTests","abstract fun excludeTests(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeTests"]},{"name":"abstract fun excludes(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.excludes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/excludes.html","searchKeys":["excludes","abstract fun excludes(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.excludes"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.filters"]},{"name":"abstract fun html(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.html","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/html.html","searchKeys":["html","abstract fun html(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.html"]},{"name":"abstract fun includes(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.includes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/includes.html","searchKeys":["includes","abstract fun includes(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.includes"]},{"name":"abstract fun maxBound(maxValue: Int)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html","searchKeys":["maxBound","abstract fun maxBound(maxValue: Int)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound"]},{"name":"abstract fun maxBound(maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html","searchKeys":["maxBound","abstract fun maxBound(maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound"]},{"name":"abstract fun mergeWith(otherVariant: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig.mergeWith","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/merge-with.html","searchKeys":["mergeWith","abstract fun mergeWith(otherVariant: String)","kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig.mergeWith"]},{"name":"abstract fun minBound(minValue: Int)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html","searchKeys":["minBound","abstract fun minBound(minValue: Int)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound"]},{"name":"abstract fun minBound(minValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html","searchKeys":["minBound","abstract fun minBound(minValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound"]},{"name":"abstract fun mppTargetName(vararg name: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.mppTargetName","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/mpp-target-name.html","searchKeys":["mppTargetName","abstract fun mppTargetName(vararg name: String)","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.mppTargetName"]},{"name":"abstract fun packages(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html","searchKeys":["packages","abstract fun packages(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages"]},{"name":"abstract fun packages(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html","searchKeys":["packages","abstract fun packages(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages"]},{"name":"abstract fun packages(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html","searchKeys":["packages","abstract fun packages(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages"]},{"name":"abstract fun packages(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html","searchKeys":["packages","abstract fun packages(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages"]},{"name":"abstract fun rule(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html","searchKeys":["rule","abstract fun rule(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule"]},{"name":"abstract fun rule(name: String, config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html","searchKeys":["rule","abstract fun rule(name: String, config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule"]},{"name":"abstract fun setReportDir(dir: File)","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html","searchKeys":["setReportDir","abstract fun setReportDir(dir: File)","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir"]},{"name":"abstract fun setReportDir(dir: Provider)","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html","searchKeys":["setReportDir","abstract fun setReportDir(dir: Provider)","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir"]},{"name":"abstract fun setReportFile(xmlFile: File)","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html","searchKeys":["setReportFile","abstract fun setReportFile(xmlFile: File)","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile"]},{"name":"abstract fun setReportFile(xmlFile: Provider)","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html","searchKeys":["setReportFile","abstract fun setReportFile(xmlFile: Provider)","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile"]},{"name":"abstract fun tasks(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html","searchKeys":["tasks","abstract fun tasks(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks"]},{"name":"abstract fun tasks(vararg name: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html","searchKeys":["tasks","abstract fun tasks(vararg name: String)","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks"]},{"name":"abstract fun useJacoco()","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html","searchKeys":["useJacoco","abstract fun useJacoco()","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco"]},{"name":"abstract fun useJacoco(version: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html","searchKeys":["useJacoco","abstract fun useJacoco(version: String)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco"]},{"name":"abstract fun verify(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.verify","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html","searchKeys":["verify","abstract fun verify(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.verify"]},{"name":"abstract fun xml(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.xml","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html","searchKeys":["xml","abstract fun xml(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.xml"]},{"name":"abstract var aggregation: AggregationType","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.aggregation","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/aggregation.html","searchKeys":["aggregation","abstract var aggregation: AggregationType","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.aggregation"]},{"name":"abstract var charset: String?","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.charset","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/charset.html","searchKeys":["charset","abstract var charset: String?","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.charset"]},{"name":"abstract var entity: GroupingEntityType","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.entity","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/entity.html","searchKeys":["entity","abstract var entity: GroupingEntityType","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.entity"]},{"name":"abstract var isEnabled: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.isEnabled","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/is-enabled.html","searchKeys":["isEnabled","abstract var isEnabled: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.isEnabled"]},{"name":"abstract var maxValue: Int?","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.maxValue","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/max-value.html","searchKeys":["maxValue","abstract var maxValue: Int?","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.maxValue"]},{"name":"abstract var metric: MetricType","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.metric","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/metric.html","searchKeys":["metric","abstract var metric: MetricType","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.metric"]},{"name":"abstract var minValue: Int?","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.minValue","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/min-value.html","searchKeys":["minValue","abstract var minValue: Int?","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.minValue"]},{"name":"abstract var onCheck: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.onCheck","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/on-check.html","searchKeys":["onCheck","abstract var onCheck: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.onCheck"]},{"name":"abstract var onCheck: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.onCheck","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/on-check.html","searchKeys":["onCheck","abstract var onCheck: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.onCheck"]},{"name":"abstract var onCheck: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.onCheck","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/on-check.html","searchKeys":["onCheck","abstract var onCheck: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.onCheck"]},{"name":"abstract var title: String?","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.title","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/title.html","searchKeys":["title","abstract var title: String?","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.title"]},{"name":"class KoverGradlePlugin : Plugin ","description":"kotlinx.kover.gradle.plugin.KoverGradlePlugin","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html","searchKeys":["KoverGradlePlugin","class KoverGradlePlugin : Plugin ","kotlinx.kover.gradle.plugin.KoverGradlePlugin"]},{"name":"const val DEFAULT_HTML_REPORT_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_HTML_REPORT_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-h-t-m-l_-r-e-p-o-r-t_-n-a-m-e.html","searchKeys":["DEFAULT_HTML_REPORT_NAME","const val DEFAULT_HTML_REPORT_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_HTML_REPORT_NAME"]},{"name":"const val DEFAULT_VERIFY_REPORT_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_VERIFY_REPORT_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-v-e-r-i-f-y_-r-e-p-o-r-t_-n-a-m-e.html","searchKeys":["DEFAULT_VERIFY_REPORT_NAME","const val DEFAULT_VERIFY_REPORT_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_VERIFY_REPORT_NAME"]},{"name":"const val DEFAULT_XML_REPORT_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_XML_REPORT_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-x-m-l_-r-e-p-o-r-t_-n-a-m-e.html","searchKeys":["DEFAULT_XML_REPORT_NAME","const val DEFAULT_XML_REPORT_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_XML_REPORT_NAME"]},{"name":"const val DEPENDENCY_CONFIGURATION_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEPENDENCY_CONFIGURATION_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-p-e-n-d-e-n-c-y_-c-o-n-f-i-g-u-r-a-t-i-o-n_-n-a-m-e.html","searchKeys":["DEPENDENCY_CONFIGURATION_NAME","const val DEPENDENCY_CONFIGURATION_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEPENDENCY_CONFIGURATION_NAME"]},{"name":"const val JACOCO_TOOL_DEFAULT_VERSION: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions.JACOCO_TOOL_DEFAULT_VERSION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-j-a-c-o-c-o_-t-o-o-l_-d-e-f-a-u-l-t_-v-e-r-s-i-o-n.html","searchKeys":["JACOCO_TOOL_DEFAULT_VERSION","const val JACOCO_TOOL_DEFAULT_VERSION: String","kotlinx.kover.gradle.plugin.dsl.KoverVersions.JACOCO_TOOL_DEFAULT_VERSION"]},{"name":"const val KOVER_TOOL_VERSION: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions.KOVER_TOOL_VERSION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-k-o-v-e-r_-t-o-o-l_-v-e-r-s-i-o-n.html","searchKeys":["KOVER_TOOL_VERSION","const val KOVER_TOOL_VERSION: String","kotlinx.kover.gradle.plugin.dsl.KoverVersions.KOVER_TOOL_VERSION"]},{"name":"const val MINIMUM_GRADLE_VERSION: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions.MINIMUM_GRADLE_VERSION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-m-i-n-i-m-u-m_-g-r-a-d-l-e_-v-e-r-s-i-o-n.html","searchKeys":["MINIMUM_GRADLE_VERSION","const val MINIMUM_GRADLE_VERSION: String","kotlinx.kover.gradle.plugin.dsl.KoverVersions.MINIMUM_GRADLE_VERSION"]},{"name":"const val PROJECT_EXTENSION_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.PROJECT_EXTENSION_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-p-r-o-j-e-c-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html","searchKeys":["PROJECT_EXTENSION_NAME","const val PROJECT_EXTENSION_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.PROJECT_EXTENSION_NAME"]},{"name":"const val REPORT_EXTENSION_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.REPORT_EXTENSION_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-r-e-p-o-r-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html","searchKeys":["REPORT_EXTENSION_NAME","const val REPORT_EXTENSION_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.REPORT_EXTENSION_NAME"]},{"name":"constructor()","description":"kotlinx.kover.gradle.plugin.KoverGradlePlugin.KoverGradlePlugin","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html","searchKeys":["KoverGradlePlugin","constructor()","kotlinx.kover.gradle.plugin.KoverGradlePlugin.KoverGradlePlugin"]},{"name":"enum AggregationType : Enum ","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/index.html","searchKeys":["AggregationType","enum AggregationType : Enum ","kotlinx.kover.gradle.plugin.dsl.AggregationType"]},{"name":"enum GroupingEntityType : Enum ","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/index.html","searchKeys":["GroupingEntityType","enum GroupingEntityType : Enum ","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType"]},{"name":"enum MetricType : Enum ","description":"kotlinx.kover.gradle.plugin.dsl.MetricType","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html","searchKeys":["MetricType","enum MetricType : Enum ","kotlinx.kover.gradle.plugin.dsl.MetricType"]},{"name":"fun valueOf(value: String): AggregationType","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.valueOf","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): AggregationType","kotlinx.kover.gradle.plugin.dsl.AggregationType.valueOf"]},{"name":"fun valueOf(value: String): GroupingEntityType","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.valueOf","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): GroupingEntityType","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.valueOf"]},{"name":"fun valueOf(value: String): MetricType","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.valueOf","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): MetricType","kotlinx.kover.gradle.plugin.dsl.MetricType.valueOf"]},{"name":"fun values(): Array","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.values","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/values.html","searchKeys":["values","fun values(): Array","kotlinx.kover.gradle.plugin.dsl.AggregationType.values"]},{"name":"fun values(): Array","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.values","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/values.html","searchKeys":["values","fun values(): Array","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.values"]},{"name":"fun values(): Array","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.values","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html","searchKeys":["values","fun values(): Array","kotlinx.kover.gradle.plugin.dsl.MetricType.values"]},{"name":"interface KoverDefaultReportsConfig : KoverReportsConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/index.html","searchKeys":["KoverDefaultReportsConfig","interface KoverDefaultReportsConfig : KoverReportsConfig","kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig"]},{"name":"interface KoverHtmlReportConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/index.html","searchKeys":["KoverHtmlReportConfig","interface KoverHtmlReportConfig","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig"]},{"name":"interface KoverInstrumentationExclusions","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/index.html","searchKeys":["KoverInstrumentationExclusions","interface KoverInstrumentationExclusions","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions"]},{"name":"interface KoverProjectExtension","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/index.html","searchKeys":["KoverProjectExtension","interface KoverProjectExtension","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension"]},{"name":"interface KoverReportExtension","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/index.html","searchKeys":["KoverReportExtension","interface KoverReportExtension","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension"]},{"name":"interface KoverReportFilter","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/index.html","searchKeys":["KoverReportFilter","interface KoverReportFilter","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter"]},{"name":"interface KoverReportFilters","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/index.html","searchKeys":["KoverReportFilters","interface KoverReportFilters","kotlinx.kover.gradle.plugin.dsl.KoverReportFilters"]},{"name":"interface KoverReportsConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/index.html","searchKeys":["KoverReportsConfig","interface KoverReportsConfig","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig"]},{"name":"interface KoverTestsExclusions","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html","searchKeys":["KoverTestsExclusions","interface KoverTestsExclusions","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions"]},{"name":"interface KoverVerifyBound","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html","searchKeys":["KoverVerifyBound","interface KoverVerifyBound","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound"]},{"name":"interface KoverVerifyReportConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/index.html","searchKeys":["KoverVerifyReportConfig","interface KoverVerifyReportConfig","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig"]},{"name":"interface KoverVerifyRule","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/index.html","searchKeys":["KoverVerifyRule","interface KoverVerifyRule","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule"]},{"name":"interface KoverXmlReportConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/index.html","searchKeys":["KoverXmlReportConfig","interface KoverXmlReportConfig","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig"]},{"name":"object KoverNames","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/index.html","searchKeys":["KoverNames","object KoverNames","kotlinx.kover.gradle.plugin.dsl.KoverNames"]},{"name":"object KoverVersions","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/index.html","searchKeys":["KoverVersions","object KoverVersions","kotlinx.kover.gradle.plugin.dsl.KoverVersions"]},{"name":"open override fun apply(target: Project)","description":"kotlinx.kover.gradle.plugin.KoverGradlePlugin.apply","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/apply.html","searchKeys":["apply","open override fun apply(target: Project)","kotlinx.kover.gradle.plugin.KoverGradlePlugin.apply"]},{"name":"val isPercentage: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.isPercentage","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/is-percentage.html","searchKeys":["isPercentage","val isPercentage: Boolean","kotlinx.kover.gradle.plugin.dsl.AggregationType.isPercentage"]}] +[{"name":"APPLICATION","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.APPLICATION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-a-p-p-l-i-c-a-t-i-o-n/index.html","searchKeys":["APPLICATION","APPLICATION","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.APPLICATION"]},{"name":"BRANCH","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.BRANCH","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-b-r-a-n-c-h/index.html","searchKeys":["BRANCH","BRANCH","kotlinx.kover.gradle.plugin.dsl.MetricType.BRANCH"]},{"name":"CLASS","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.CLASS","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-c-l-a-s-s/index.html","searchKeys":["CLASS","CLASS","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.CLASS"]},{"name":"COVERED_COUNT","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_COUNT","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-c-o-u-n-t/index.html","searchKeys":["COVERED_COUNT","COVERED_COUNT","kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_COUNT"]},{"name":"COVERED_PERCENTAGE","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_PERCENTAGE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-c-o-v-e-r-e-d_-p-e-r-c-e-n-t-a-g-e/index.html","searchKeys":["COVERED_PERCENTAGE","COVERED_PERCENTAGE","kotlinx.kover.gradle.plugin.dsl.AggregationType.COVERED_PERCENTAGE"]},{"name":"INSTRUCTION","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.INSTRUCTION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-i-n-s-t-r-u-c-t-i-o-n/index.html","searchKeys":["INSTRUCTION","INSTRUCTION","kotlinx.kover.gradle.plugin.dsl.MetricType.INSTRUCTION"]},{"name":"LINE","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.LINE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/-l-i-n-e/index.html","searchKeys":["LINE","LINE","kotlinx.kover.gradle.plugin.dsl.MetricType.LINE"]},{"name":"MISSED_COUNT","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_COUNT","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-c-o-u-n-t/index.html","searchKeys":["MISSED_COUNT","MISSED_COUNT","kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_COUNT"]},{"name":"MISSED_PERCENTAGE","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_PERCENTAGE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/-m-i-s-s-e-d_-p-e-r-c-e-n-t-a-g-e/index.html","searchKeys":["MISSED_PERCENTAGE","MISSED_PERCENTAGE","kotlinx.kover.gradle.plugin.dsl.AggregationType.MISSED_PERCENTAGE"]},{"name":"PACKAGE","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.PACKAGE","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/-p-a-c-k-a-g-e/index.html","searchKeys":["PACKAGE","PACKAGE","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.PACKAGE"]},{"name":"abstract fun androidReports(variant: String, config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.androidReports","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/android-reports.html","searchKeys":["androidReports","abstract fun androidReports(variant: String, config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.androidReports"]},{"name":"abstract fun annotatedBy(vararg annotationName: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.annotatedBy","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/annotated-by.html","searchKeys":["annotatedBy","abstract fun annotatedBy(vararg annotationName: String)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.annotatedBy"]},{"name":"abstract fun bound(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html","searchKeys":["bound","abstract fun bound(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound"]},{"name":"abstract fun bound(minValue: Int, maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/bound.html","searchKeys":["bound","abstract fun bound(minValue: Int, maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.bound"]},{"name":"abstract fun classes(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html","searchKeys":["classes","abstract fun classes(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes"]},{"name":"abstract fun classes(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html","searchKeys":["classes","abstract fun classes(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes"]},{"name":"abstract fun classes(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/classes.html","searchKeys":["classes","abstract fun classes(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.classes"]},{"name":"abstract fun classes(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/classes.html","searchKeys":["classes","abstract fun classes(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.classes"]},{"name":"abstract fun defaults(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.defaults","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/defaults.html","searchKeys":["defaults","abstract fun defaults(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.defaults"]},{"name":"abstract fun disable()","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.disable","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/disable.html","searchKeys":["disable","abstract fun disable()","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.disable"]},{"name":"abstract fun excludeInstrumentation(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeInstrumentation","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-instrumentation.html","searchKeys":["excludeInstrumentation","abstract fun excludeInstrumentation(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeInstrumentation"]},{"name":"abstract fun excludeJavaCode()","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeJavaCode","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-java-code.html","searchKeys":["excludeJavaCode","abstract fun excludeJavaCode()","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeJavaCode"]},{"name":"abstract fun excludeSourceSets(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeSourceSets","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-source-sets.html","searchKeys":["excludeSourceSets","abstract fun excludeSourceSets(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeSourceSets"]},{"name":"abstract fun excludeTests(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeTests","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/exclude-tests.html","searchKeys":["excludeTests","abstract fun excludeTests(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.excludeTests"]},{"name":"abstract fun excludes(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.excludes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/excludes.html","searchKeys":["excludes","abstract fun excludes(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.excludes"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.filters"]},{"name":"abstract fun filters(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.filters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/filters.html","searchKeys":["filters","abstract fun filters(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.filters"]},{"name":"abstract fun html(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.html","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/html.html","searchKeys":["html","abstract fun html(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.html"]},{"name":"abstract fun includes(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.includes","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/includes.html","searchKeys":["includes","abstract fun includes(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilters.includes"]},{"name":"abstract fun maxBound(maxValue: Int)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html","searchKeys":["maxBound","abstract fun maxBound(maxValue: Int)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound"]},{"name":"abstract fun maxBound(maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/max-bound.html","searchKeys":["maxBound","abstract fun maxBound(maxValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.maxBound"]},{"name":"abstract fun mergeWith(otherVariant: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig.mergeWith","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/merge-with.html","searchKeys":["mergeWith","abstract fun mergeWith(otherVariant: String)","kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig.mergeWith"]},{"name":"abstract fun minBound(minValue: Int)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html","searchKeys":["minBound","abstract fun minBound(minValue: Int)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound"]},{"name":"abstract fun minBound(minValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/min-bound.html","searchKeys":["minBound","abstract fun minBound(minValue: Int, metric: MetricType = MetricType.LINE, aggregation: AggregationType = AggregationType.COVERED_PERCENTAGE)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.minBound"]},{"name":"abstract fun names(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions.names","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html","searchKeys":["names","abstract fun names(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions.names"]},{"name":"abstract fun names(vararg name: String)","description":"kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions.names","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/names.html","searchKeys":["names","abstract fun names(vararg name: String)","kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions.names"]},{"name":"abstract fun packages(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html","searchKeys":["packages","abstract fun packages(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages"]},{"name":"abstract fun packages(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html","searchKeys":["packages","abstract fun packages(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages"]},{"name":"abstract fun packages(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/packages.html","searchKeys":["packages","abstract fun packages(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions.packages"]},{"name":"abstract fun packages(vararg names: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/packages.html","searchKeys":["packages","abstract fun packages(vararg names: String)","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter.packages"]},{"name":"abstract fun rule(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html","searchKeys":["rule","abstract fun rule(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule"]},{"name":"abstract fun rule(name: String, config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/rule.html","searchKeys":["rule","abstract fun rule(name: String, config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.rule"]},{"name":"abstract fun setReportDir(dir: File)","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html","searchKeys":["setReportDir","abstract fun setReportDir(dir: File)","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir"]},{"name":"abstract fun setReportDir(dir: Provider)","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/set-report-dir.html","searchKeys":["setReportDir","abstract fun setReportDir(dir: Provider)","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.setReportDir"]},{"name":"abstract fun setReportFile(xmlFile: File)","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html","searchKeys":["setReportFile","abstract fun setReportFile(xmlFile: File)","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile"]},{"name":"abstract fun setReportFile(xmlFile: Provider)","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/set-report-file.html","searchKeys":["setReportFile","abstract fun setReportFile(xmlFile: Provider)","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.setReportFile"]},{"name":"abstract fun tasks(names: Iterable)","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html","searchKeys":["tasks","abstract fun tasks(names: Iterable)","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks"]},{"name":"abstract fun tasks(vararg name: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/tasks.html","searchKeys":["tasks","abstract fun tasks(vararg name: String)","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions.tasks"]},{"name":"abstract fun useJacoco()","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html","searchKeys":["useJacoco","abstract fun useJacoco()","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco"]},{"name":"abstract fun useJacoco(version: String)","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/use-jacoco.html","searchKeys":["useJacoco","abstract fun useJacoco(version: String)","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension.useJacoco"]},{"name":"abstract fun verify(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.verify","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/verify.html","searchKeys":["verify","abstract fun verify(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.verify"]},{"name":"abstract fun xml(config: Action)","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.xml","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/xml.html","searchKeys":["xml","abstract fun xml(config: Action)","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig.xml"]},{"name":"abstract var aggregation: AggregationType","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.aggregation","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/aggregation.html","searchKeys":["aggregation","abstract var aggregation: AggregationType","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.aggregation"]},{"name":"abstract var charset: String?","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.charset","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/charset.html","searchKeys":["charset","abstract var charset: String?","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.charset"]},{"name":"abstract var entity: GroupingEntityType","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.entity","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/entity.html","searchKeys":["entity","abstract var entity: GroupingEntityType","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.entity"]},{"name":"abstract var isEnabled: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.isEnabled","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/is-enabled.html","searchKeys":["isEnabled","abstract var isEnabled: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule.isEnabled"]},{"name":"abstract var maxValue: Int?","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.maxValue","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/max-value.html","searchKeys":["maxValue","abstract var maxValue: Int?","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.maxValue"]},{"name":"abstract var metric: MetricType","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.metric","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/metric.html","searchKeys":["metric","abstract var metric: MetricType","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.metric"]},{"name":"abstract var minValue: Int?","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.minValue","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/min-value.html","searchKeys":["minValue","abstract var minValue: Int?","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound.minValue"]},{"name":"abstract var onCheck: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.onCheck","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/on-check.html","searchKeys":["onCheck","abstract var onCheck: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.onCheck"]},{"name":"abstract var onCheck: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.onCheck","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/on-check.html","searchKeys":["onCheck","abstract var onCheck: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig.onCheck"]},{"name":"abstract var onCheck: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.onCheck","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/on-check.html","searchKeys":["onCheck","abstract var onCheck: Boolean","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig.onCheck"]},{"name":"abstract var title: String?","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.title","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/title.html","searchKeys":["title","abstract var title: String?","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig.title"]},{"name":"class KoverGradlePlugin : Plugin ","description":"kotlinx.kover.gradle.plugin.KoverGradlePlugin","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/index.html","searchKeys":["KoverGradlePlugin","class KoverGradlePlugin : Plugin ","kotlinx.kover.gradle.plugin.KoverGradlePlugin"]},{"name":"const val DEFAULT_HTML_REPORT_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_HTML_REPORT_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-h-t-m-l_-r-e-p-o-r-t_-n-a-m-e.html","searchKeys":["DEFAULT_HTML_REPORT_NAME","const val DEFAULT_HTML_REPORT_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_HTML_REPORT_NAME"]},{"name":"const val DEFAULT_VERIFY_REPORT_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_VERIFY_REPORT_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-v-e-r-i-f-y_-r-e-p-o-r-t_-n-a-m-e.html","searchKeys":["DEFAULT_VERIFY_REPORT_NAME","const val DEFAULT_VERIFY_REPORT_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_VERIFY_REPORT_NAME"]},{"name":"const val DEFAULT_XML_REPORT_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_XML_REPORT_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-f-a-u-l-t_-x-m-l_-r-e-p-o-r-t_-n-a-m-e.html","searchKeys":["DEFAULT_XML_REPORT_NAME","const val DEFAULT_XML_REPORT_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEFAULT_XML_REPORT_NAME"]},{"name":"const val DEPENDENCY_CONFIGURATION_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.DEPENDENCY_CONFIGURATION_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-d-e-p-e-n-d-e-n-c-y_-c-o-n-f-i-g-u-r-a-t-i-o-n_-n-a-m-e.html","searchKeys":["DEPENDENCY_CONFIGURATION_NAME","const val DEPENDENCY_CONFIGURATION_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.DEPENDENCY_CONFIGURATION_NAME"]},{"name":"const val JACOCO_TOOL_DEFAULT_VERSION: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions.JACOCO_TOOL_DEFAULT_VERSION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-j-a-c-o-c-o_-t-o-o-l_-d-e-f-a-u-l-t_-v-e-r-s-i-o-n.html","searchKeys":["JACOCO_TOOL_DEFAULT_VERSION","const val JACOCO_TOOL_DEFAULT_VERSION: String","kotlinx.kover.gradle.plugin.dsl.KoverVersions.JACOCO_TOOL_DEFAULT_VERSION"]},{"name":"const val KOVER_TOOL_VERSION: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions.KOVER_TOOL_VERSION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-k-o-v-e-r_-t-o-o-l_-v-e-r-s-i-o-n.html","searchKeys":["KOVER_TOOL_VERSION","const val KOVER_TOOL_VERSION: String","kotlinx.kover.gradle.plugin.dsl.KoverVersions.KOVER_TOOL_VERSION"]},{"name":"const val MINIMUM_GRADLE_VERSION: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions.MINIMUM_GRADLE_VERSION","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/-m-i-n-i-m-u-m_-g-r-a-d-l-e_-v-e-r-s-i-o-n.html","searchKeys":["MINIMUM_GRADLE_VERSION","const val MINIMUM_GRADLE_VERSION: String","kotlinx.kover.gradle.plugin.dsl.KoverVersions.MINIMUM_GRADLE_VERSION"]},{"name":"const val PROJECT_EXTENSION_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.PROJECT_EXTENSION_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-p-r-o-j-e-c-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html","searchKeys":["PROJECT_EXTENSION_NAME","const val PROJECT_EXTENSION_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.PROJECT_EXTENSION_NAME"]},{"name":"const val REPORT_EXTENSION_NAME: String","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames.REPORT_EXTENSION_NAME","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/-r-e-p-o-r-t_-e-x-t-e-n-s-i-o-n_-n-a-m-e.html","searchKeys":["REPORT_EXTENSION_NAME","const val REPORT_EXTENSION_NAME: String","kotlinx.kover.gradle.plugin.dsl.KoverNames.REPORT_EXTENSION_NAME"]},{"name":"constructor()","description":"kotlinx.kover.gradle.plugin.KoverGradlePlugin.KoverGradlePlugin","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/-kover-gradle-plugin.html","searchKeys":["KoverGradlePlugin","constructor()","kotlinx.kover.gradle.plugin.KoverGradlePlugin.KoverGradlePlugin"]},{"name":"enum AggregationType : Enum ","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/index.html","searchKeys":["AggregationType","enum AggregationType : Enum ","kotlinx.kover.gradle.plugin.dsl.AggregationType"]},{"name":"enum GroupingEntityType : Enum ","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/index.html","searchKeys":["GroupingEntityType","enum GroupingEntityType : Enum ","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType"]},{"name":"enum MetricType : Enum ","description":"kotlinx.kover.gradle.plugin.dsl.MetricType","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/index.html","searchKeys":["MetricType","enum MetricType : Enum ","kotlinx.kover.gradle.plugin.dsl.MetricType"]},{"name":"fun valueOf(value: String): AggregationType","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.valueOf","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): AggregationType","kotlinx.kover.gradle.plugin.dsl.AggregationType.valueOf"]},{"name":"fun valueOf(value: String): GroupingEntityType","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.valueOf","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): GroupingEntityType","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.valueOf"]},{"name":"fun valueOf(value: String): MetricType","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.valueOf","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/value-of.html","searchKeys":["valueOf","fun valueOf(value: String): MetricType","kotlinx.kover.gradle.plugin.dsl.MetricType.valueOf"]},{"name":"fun values(): Array","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.values","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/values.html","searchKeys":["values","fun values(): Array","kotlinx.kover.gradle.plugin.dsl.AggregationType.values"]},{"name":"fun values(): Array","description":"kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.values","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-grouping-entity-type/values.html","searchKeys":["values","fun values(): Array","kotlinx.kover.gradle.plugin.dsl.GroupingEntityType.values"]},{"name":"fun values(): Array","description":"kotlinx.kover.gradle.plugin.dsl.MetricType.values","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-metric-type/values.html","searchKeys":["values","fun values(): Array","kotlinx.kover.gradle.plugin.dsl.MetricType.values"]},{"name":"interface KoverDefaultReportsConfig : KoverReportsConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-default-reports-config/index.html","searchKeys":["KoverDefaultReportsConfig","interface KoverDefaultReportsConfig : KoverReportsConfig","kotlinx.kover.gradle.plugin.dsl.KoverDefaultReportsConfig"]},{"name":"interface KoverHtmlReportConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-html-report-config/index.html","searchKeys":["KoverHtmlReportConfig","interface KoverHtmlReportConfig","kotlinx.kover.gradle.plugin.dsl.KoverHtmlReportConfig"]},{"name":"interface KoverInstrumentationExclusions","description":"kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-instrumentation-exclusions/index.html","searchKeys":["KoverInstrumentationExclusions","interface KoverInstrumentationExclusions","kotlinx.kover.gradle.plugin.dsl.KoverInstrumentationExclusions"]},{"name":"interface KoverProjectExtension","description":"kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-project-extension/index.html","searchKeys":["KoverProjectExtension","interface KoverProjectExtension","kotlinx.kover.gradle.plugin.dsl.KoverProjectExtension"]},{"name":"interface KoverReportExtension","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportExtension","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-extension/index.html","searchKeys":["KoverReportExtension","interface KoverReportExtension","kotlinx.kover.gradle.plugin.dsl.KoverReportExtension"]},{"name":"interface KoverReportFilter","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilter","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filter/index.html","searchKeys":["KoverReportFilter","interface KoverReportFilter","kotlinx.kover.gradle.plugin.dsl.KoverReportFilter"]},{"name":"interface KoverReportFilters","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportFilters","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-report-filters/index.html","searchKeys":["KoverReportFilters","interface KoverReportFilters","kotlinx.kover.gradle.plugin.dsl.KoverReportFilters"]},{"name":"interface KoverReportsConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-reports-config/index.html","searchKeys":["KoverReportsConfig","interface KoverReportsConfig","kotlinx.kover.gradle.plugin.dsl.KoverReportsConfig"]},{"name":"interface KoverTestsExclusions","description":"kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-tests-exclusions/index.html","searchKeys":["KoverTestsExclusions","interface KoverTestsExclusions","kotlinx.kover.gradle.plugin.dsl.KoverTestsExclusions"]},{"name":"interface KoverVerifyBound","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-bound/index.html","searchKeys":["KoverVerifyBound","interface KoverVerifyBound","kotlinx.kover.gradle.plugin.dsl.KoverVerifyBound"]},{"name":"interface KoverVerifyReportConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-report-config/index.html","searchKeys":["KoverVerifyReportConfig","interface KoverVerifyReportConfig","kotlinx.kover.gradle.plugin.dsl.KoverVerifyReportConfig"]},{"name":"interface KoverVerifyRule","description":"kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-verify-rule/index.html","searchKeys":["KoverVerifyRule","interface KoverVerifyRule","kotlinx.kover.gradle.plugin.dsl.KoverVerifyRule"]},{"name":"interface KoverXmlReportConfig","description":"kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-xml-report-config/index.html","searchKeys":["KoverXmlReportConfig","interface KoverXmlReportConfig","kotlinx.kover.gradle.plugin.dsl.KoverXmlReportConfig"]},{"name":"interface SourceSetsExclusions","description":"kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-source-sets-exclusions/index.html","searchKeys":["SourceSetsExclusions","interface SourceSetsExclusions","kotlinx.kover.gradle.plugin.dsl.SourceSetsExclusions"]},{"name":"object KoverNames","description":"kotlinx.kover.gradle.plugin.dsl.KoverNames","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-names/index.html","searchKeys":["KoverNames","object KoverNames","kotlinx.kover.gradle.plugin.dsl.KoverNames"]},{"name":"object KoverVersions","description":"kotlinx.kover.gradle.plugin.dsl.KoverVersions","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-kover-versions/index.html","searchKeys":["KoverVersions","object KoverVersions","kotlinx.kover.gradle.plugin.dsl.KoverVersions"]},{"name":"open override fun apply(target: Project)","description":"kotlinx.kover.gradle.plugin.KoverGradlePlugin.apply","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin/-kover-gradle-plugin/apply.html","searchKeys":["apply","open override fun apply(target: Project)","kotlinx.kover.gradle.plugin.KoverGradlePlugin.apply"]},{"name":"val isPercentage: Boolean","description":"kotlinx.kover.gradle.plugin.dsl.AggregationType.isPercentage","location":"-kover -gradle -plugin/kotlinx.kover.gradle.plugin.dsl/-aggregation-type/is-percentage.html","searchKeys":["isPercentage","val isPercentage: Boolean","kotlinx.kover.gradle.plugin.dsl.AggregationType.isPercentage"]}] diff --git a/docs/gradle-plugin/index.md b/docs/gradle-plugin/index.md index 2505ef8b..ffd310b9 100644 --- a/docs/gradle-plugin/index.md +++ b/docs/gradle-plugin/index.md @@ -44,7 +44,7 @@ Add the following to your top-level build file: ```kotlin plugins { - id("org.jetbrains.kotlinx.kover") version "0.7.0" + id("org.jetbrains.kotlinx.kover") version "0.7.1" } ``` @@ -62,7 +62,7 @@ buildscript { } dependencies { - classpath("org.jetbrains.kotlinx:kover-gradle-plugin:0.7.0") + classpath("org.jetbrains.kotlinx:kover-gradle-plugin:0.7.1") } } @@ -78,7 +78,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.jetbrains.kotlinx:kover-gradle-plugin:0.7.0' + classpath 'org.jetbrains.kotlinx:kover-gradle-plugin:0.7.1' } } diff --git a/docs/gradle-plugin/migrations/migration-to-0.7.0.md b/docs/gradle-plugin/migrations/migration-to-0.7.0.md index 3740327f..7dc9dbd3 100644 --- a/docs/gradle-plugin/migrations/migration-to-0.7.0.md +++ b/docs/gradle-plugin/migrations/migration-to-0.7.0.md @@ -1,7 +1,7 @@ -# Kover migration guide from 0.6.x to 0.7.0 +# Kover migration guide from 0.6.x to 0.7.1 ## Migration steps -To migrate to version `0.7.0`, you must follow all steps below if they are applicable to your project. +To migrate to version `0.7.1`, you must follow all steps below if they are applicable to your project. ### Merge reports config was removed Now all Kotlin report tasks (`koverHtmlReport`, `koverXmlReport`, `koverVerify`) are in single copy, they can be both single-project or merged cross-projects reports. @@ -271,7 +271,7 @@ kover { ### report filters now not affects instrumentation In version `0.6.1`, report filters also excluded classes from instrumentation. -However, starting from version `0.7.0`, classes are excluded from instrumentation separately (see [this](#excluding-from-instrumentation)) +However, starting from version `0.7.1`, classes are excluded from instrumentation separately (see [this](#excluding-from-instrumentation)) ### Kover extension for test tasks was removed The `kover` task extension has been removed from the JVM test tasks. @@ -575,7 +575,7 @@ kover { --- -### Could not find org.jetbrains.kotlinx:kover:0.7.0 +### Could not find org.jetbrains.kotlinx:kover:0.7.1 _Solution_ rename dependencies in _buildSrc_ from `org.jetbrains.kotlinx:kover:` to `org.jetbrains.kotlinx:kover-gradle-plugin:` diff --git a/examples/android/flavors/build.gradle.kts b/examples/android/flavors/build.gradle.kts index a760b8f6..c3ef99cd 100644 --- a/examples/android/flavors/build.gradle.kts +++ b/examples/android/flavors/build.gradle.kts @@ -2,5 +2,5 @@ plugins { id("com.android.application") version "7.4.0" apply false id("com.android.library") version "7.4.0" apply false id("org.jetbrains.kotlin.android") version "1.8.20" apply false - id("org.jetbrains.kotlinx.kover") version "0.7.0" apply false + id("org.jetbrains.kotlinx.kover") version "0.7.1" apply false } diff --git a/examples/android/minimal_groovy/build.gradle b/examples/android/minimal_groovy/build.gradle index 6a9f46db..f931f52f 100644 --- a/examples/android/minimal_groovy/build.gradle +++ b/examples/android/minimal_groovy/build.gradle @@ -2,5 +2,5 @@ plugins { id 'com.android.application' version '7.4.0' apply false id 'com.android.library' version '7.4.0' apply false id 'org.jetbrains.kotlin.android' version '1.8.20' apply false - id 'org.jetbrains.kotlinx.kover' version '0.7.0' apply false + id 'org.jetbrains.kotlinx.kover' version '0.7.1' apply false } diff --git a/examples/android/minimal_kts/build.gradle.kts b/examples/android/minimal_kts/build.gradle.kts index a760b8f6..c3ef99cd 100644 --- a/examples/android/minimal_kts/build.gradle.kts +++ b/examples/android/minimal_kts/build.gradle.kts @@ -2,5 +2,5 @@ plugins { id("com.android.application") version "7.4.0" apply false id("com.android.library") version "7.4.0" apply false id("org.jetbrains.kotlin.android") version "1.8.20" apply false - id("org.jetbrains.kotlinx.kover") version "0.7.0" apply false + id("org.jetbrains.kotlinx.kover") version "0.7.1" apply false } diff --git a/examples/android/multiplatform/build.gradle.kts b/examples/android/multiplatform/build.gradle.kts index e4c2d4ab..8119eb46 100644 --- a/examples/android/multiplatform/build.gradle.kts +++ b/examples/android/multiplatform/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "7.4.0" apply false id("com.android.library") version "7.4.0" apply false kotlin("multiplatform") version ("1.8.20") apply false - id("org.jetbrains.kotlinx.kover") version "0.7.0" + id("org.jetbrains.kotlinx.kover") version "0.7.1" } dependencies { diff --git a/examples/android/multiproject/build.gradle.kts b/examples/android/multiproject/build.gradle.kts index a760b8f6..c3ef99cd 100644 --- a/examples/android/multiproject/build.gradle.kts +++ b/examples/android/multiproject/build.gradle.kts @@ -2,5 +2,5 @@ plugins { id("com.android.application") version "7.4.0" apply false id("com.android.library") version "7.4.0" apply false id("org.jetbrains.kotlin.android") version "1.8.20" apply false - id("org.jetbrains.kotlinx.kover") version "0.7.0" apply false + id("org.jetbrains.kotlinx.kover") version "0.7.1" apply false } diff --git a/examples/android/variantUsage/build.gradle.kts b/examples/android/variantUsage/build.gradle.kts index a760b8f6..c3ef99cd 100644 --- a/examples/android/variantUsage/build.gradle.kts +++ b/examples/android/variantUsage/build.gradle.kts @@ -2,5 +2,5 @@ plugins { id("com.android.application") version "7.4.0" apply false id("com.android.library") version "7.4.0" apply false id("org.jetbrains.kotlin.android") version "1.8.20" apply false - id("org.jetbrains.kotlinx.kover") version "0.7.0" apply false + id("org.jetbrains.kotlinx.kover") version "0.7.1" apply false } diff --git a/examples/jvm/defaults/build.gradle.kts b/examples/jvm/defaults/build.gradle.kts index da87d348..f41fa82c 100644 --- a/examples/jvm/defaults/build.gradle.kts +++ b/examples/jvm/defaults/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "1.7.10" - id("org.jetbrains.kotlinx.kover") version "0.7.0" + id("org.jetbrains.kotlinx.kover") version "0.7.1" } repositories { diff --git a/examples/jvm/merged/build.gradle.kts b/examples/jvm/merged/build.gradle.kts index f3f7ec48..9b1b75ba 100644 --- a/examples/jvm/merged/build.gradle.kts +++ b/examples/jvm/merged/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "1.7.10" - id("org.jetbrains.kotlinx.kover") version "0.7.0" + id("org.jetbrains.kotlinx.kover") version "0.7.1" } repositories { diff --git a/examples/jvm/minimal/build.gradle.kts b/examples/jvm/minimal/build.gradle.kts index 7a76d22d..ed786d2f 100644 --- a/examples/jvm/minimal/build.gradle.kts +++ b/examples/jvm/minimal/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("jvm") version "1.7.10" - id("org.jetbrains.kotlinx.kover") version "0.7.0" + id("org.jetbrains.kotlinx.kover") version "0.7.1" } repositories { diff --git a/gradle.properties b/gradle.properties index 37f13ea3..e4b63dc1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ -version=0.7.1-SNAPSHOT +version=0.7.2-SNAPSHOT group=org.jetbrains.kotlinx # version of the latest release -kover.release.version=0.7.0 +kover.release.version=0.7.1 kotlinVersion=1.8.20 kotlin.code.style=official diff --git a/toolset/kover-cli/build.gradle.kts b/toolset/kover-cli/build.gradle.kts index f90b4fac..8fff4b27 100644 --- a/toolset/kover-cli/build.gradle.kts +++ b/toolset/kover-cli/build.gradle.kts @@ -32,7 +32,7 @@ java { } dependencies { - implementation("org.jetbrains.intellij.deps:intellij-coverage-reporter:1.0.719") + implementation("org.jetbrains.intellij.deps:intellij-coverage-reporter:1.0.721") implementation("args4j:args4j:2.33") testImplementation(kotlin("test")) diff --git a/toolset/kover-offline-runtime/build.gradle.kts b/toolset/kover-offline-runtime/build.gradle.kts index 52b5407c..1004f10b 100644 --- a/toolset/kover-offline-runtime/build.gradle.kts +++ b/toolset/kover-offline-runtime/build.gradle.kts @@ -29,7 +29,7 @@ repositories { } dependencies { - implementation("org.jetbrains.intellij.deps:intellij-coverage-offline:1.0.719") + implementation("org.jetbrains.intellij.deps:intellij-coverage-offline:1.0.721") } tasks.jar {