Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.1 + adjust Kover configuration

This commit is contained in:
Jakub Chrzanowski
2023-06-07 10:16:43 +02:00
committed by Jakub Chrzanowski
parent 454012e7ed
commit df1b15414a
3 changed files with 9 additions and 3 deletions

View File

@@ -56,8 +56,12 @@ qodana {
}
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
kover.xmlReport {
onCheck = true
koverReport {
defaults {
xml {
onCheck = true
}
}
}
tasks {