Skip to content

Commit

Permalink
Update plugin org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.0 (#745)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent c6c6982 commit 0072eb8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions graph/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("io.gitlab.arturbosch.detekt") version "1.23.6"
id("org.gradle.idea")
id("net.twisterrob.gradle.build.webjars")
id("org.jetbrains.kotlinx.kover") version "0.7.6"
id("org.jetbrains.kotlinx.kover") version "0.8.0"
}

group = "net.twisterrob.gradle"
Expand Down Expand Up @@ -97,10 +97,12 @@ tasks.test.configure {
useJUnitPlatform()
}

koverReport {
defaults {
verify {
onCheck = false
kover {
reports {
total {
verify {
onCheck = false
}
}
}
}
Expand Down

0 comments on commit 0072eb8

Please sign in to comment.