Add link to the plugin documentation.

This commit is contained in:
Benoit Marty
2023-02-07 16:32:24 +01:00
parent 312cc4ce22
commit cde9e20638

View File

@@ -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 {