Skip to content

Commit 692237e

Browse files
Merge pull request #62 from redhat-developer/dependabot/gradle/org.jetbrains.kotlinx.kover-0.8.2
2 parents 6e01d66 + 1749d3f commit 692237e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin = "2.0.0"
77
changelog = "2.2.1"
88
gradleIntelliJPlugin = "1.17.4"
99
qodana = "0.1.13"
10-
kover = "0.7.6"
10+
kover = "0.8.2"
1111

1212
[libraries]
1313
annotations = { group = "org.jetbrains", name = "annotations", version.ref = "annotations" }

0 commit comments

Comments
 (0)