Skip to content

Commit

Permalink
Update kover to v0.9.1 (#478)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|
---------------------------------------------------------------------------------------------
| ------------------ |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
[org.jetbrains.kotlinx.kover](https://redirect.github.com/Kotlin/kotlinx-kover)
| `0.9.0` -> `0.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[org.jetbrains.kotlinx:kover-gradle-plugin](https://redirect.github.com/Kotlin/kotlinx-kover)
| `0.9.0` -> `0.9.1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kover-gradle-plugin/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx:kover-gradle-plugin/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx:kover-gradle-plugin/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kover-gradle-plugin/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

***

### Release Notes

<details>
<summary>Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)</summary>

###
[`v0.9.1`](https://redirect.github.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#091--2025-01-08)

\===================

#### Kover Gradle Plugin

##### Features

- [`#714`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/714)
Added ability to specify inclusion filter for source sets

##### Bugfixes

- [`#716`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/716)
Fixed Gradle 9.0 migration issue
- [`#721`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/721)
Fixed creation of Kover Agent arguments file

</details>

***

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

***

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

***

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/WhosNickDoglio/dagger-rules).


<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

<!-- branch-stack -->

- `main`
  - \#478 :point\_left:

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and WhosNickDoglio committed Jan 10, 2025
1 parent 8b00507 commit b28d402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin = "2.1.0"
ktfmt = "0.53"
lint = "31.8.0"
detekt = "1.23.7"
kover = "0.9.0"
kover = "0.9.1"
spotless = "7.0.1"
jdk = "23"
sort = "0.13"
Expand Down

0 comments on commit b28d402

Please sign in to comment.