Skip to content

Commit

Permalink
Fix Kover configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgroot committed Jun 5, 2024
1 parent 5abd669 commit ccafc0d
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 @@ -44,10 +44,12 @@ changelog {
repositoryUrl.set(properties("pluginRepositoryUrl"))
}

koverReport {
defaults {
xml {
onCheck = true
kover {
reports {
total {
xml {
onCheck.set(true)
}
}
}
}
Expand Down

0 comments on commit ccafc0d

Please sign in to comment.