Skip to content

Commit

Permalink
fix: Fixed kover reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Jun 17, 2024
1 parent 697c82f commit f8ed186
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,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

0 comments on commit f8ed186

Please sign in to comment.