Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.kover from 0.7.6 to 0.8.0 (#21)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx.kover](https://github.com/Kotlin/kotlinx-kover) from 0.7.6 to 0.8.0.
- [Release notes](https://github.com/Kotlin/kotlinx-kover/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-kover/blob/main/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-kover@v0.7.6...v0.8.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.kover
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 1a26bd1 commit 40189ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ allprojects {
apply(plugin = "org.jetbrains.kotlinx.kover")
}

koverReport {
verify {
rule {
minBound(95)
maxBound(98)
kover {
reports {
verify {
rule {
minBound(95)
maxBound(98)
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-javaVersion = "VERSION_17"
build-jvmTarget = "17"
detekt = "1.23.6"
kotlin = "1.9.24"
kotlinx-kover = "0.7.6"
kotlinx-kover = "0.8.0"
ktlint = "1.2.1"

[libraries]
Expand Down

0 comments on commit 40189ff

Please sign in to comment.