Browse Source

Add link to the plugin documentation.

kittykat-patch-1
Benoit Marty 2 years ago
parent
commit
41a5d599fa
  1. 1
      build.gradle.kts

1
build.gradle.kts

@ -155,6 +155,7 @@ allprojects { @@ -155,6 +155,7 @@ allprojects {
apply(plugin = "kover")
}
// https://kotlin.github.io/kotlinx-kover/
// Run `./gradlew koverMergedHtmlReport` to get report at ./build/reports/kover
// Run `./gradlew koverMergedReport` to also get XML report
koverMerged {

Loading…
Cancel
Save