Skip to content

Commit f8ed186

Browse files
committed
fix: Fixed kover reports
1 parent 697c82f commit f8ed186

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

build.gradle.kts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ changelog {
5757
}
5858

5959
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
60-
koverReport {
61-
defaults {
62-
xml {
63-
onCheck = true
60+
kover {
61+
reports {
62+
total {
63+
xml {
64+
onCheck = true
65+
}
6466
}
6567
}
6668
}

0 commit comments

Comments
 (0)