Skip to content

Commit

Permalink
Merge pull request #62 from redhat-developer/dependabot/gradle/org.je…
Browse files Browse the repository at this point in the history
…tbrains.kotlinx.kover-0.8.2
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
2 parents 6e01d66 + 1749d3f commit 692237e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ qodana {
}

// Configure Gradle Kover Plugin - read more: https://github.com/Kotlin/kotlinx-kover#configuration
koverReport {
defaults {
xml {
onCheck = true
kover {
reports {
total {
xml {
onCheck = true
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin = "2.0.0"
changelog = "2.2.1"
gradleIntelliJPlugin = "1.17.4"
qodana = "0.1.13"
kover = "0.7.6"
kover = "0.8.2"

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

0 comments on commit 692237e

Please sign in to comment.