Skip to content

Commit 1749d3f

Browse files
authored
Update Kover configuration
1 parent fdecc0a commit 1749d3f

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
@@ -61,10 +61,12 @@ qodana {
6161
}
6262

6363
// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
64-
koverReport {
65-
defaults {
66-
xml {
67-
onCheck = true
64+
kover {
65+
reports {
66+
total {
67+
xml {
68+
onCheck = true
69+
}
6870
}
6971
}
7072
}

0 commit comments

Comments
 (0)