Skip to content

Commit

Permalink
Merge pull request #26 from orangain/dependabot/gradle/org.jetbrains.…
Browse files Browse the repository at this point in the history
…kotlinx.kover-0.8.1

Bump org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.1
  • Loading branch information
orangain authored Jun 13, 2024
2 parents 07e062b + 56e9435 commit 7e05ffe
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 @@ -60,10 +60,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 = "1.9.23"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.3"
qodana = "0.1.13"
kover = "0.7.6"
kover = "0.8.1"

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

0 comments on commit 7e05ffe

Please sign in to comment.