Skip to content

Commit

Permalink
Merge pull request #32 from thinkAmi/feature/update_kover_plugin_to_0…
Browse files Browse the repository at this point in the history
…_8_0

update kover plugin to 0.8.0
  • Loading branch information
thinkAmi authored Jul 18, 2024
2 parents 1b635f8 + 918313b commit b91d60e
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 @@ -68,10 +68,12 @@ changelog {
}

// 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 = "2023.3.1"
kover = "0.7.6"
kover = "0.8.0"

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

0 comments on commit b91d60e

Please sign in to comment.