WhosNickDoglio / dagger-rules

Static analysis checks for using Dagger, Anvil, or Hilt.
https://whosnickdoglio.dev/dagger-rules/
MIT License
7 stars 0 forks source link

Update kover to v0.8.2 #319

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx.kover 0.8.1 -> 0.8.2 age adoption passing confidence
org.jetbrains.kotlinx:kover-gradle-plugin 0.8.1 -> 0.8.2 age adoption passing confidence

Release Notes

Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover) ### [`v0.8.2`](https://togithub.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#082--2024-06-27) \=================== #### Kover Aggregation Plugin Implemented prototype of Kover Aggregation Plugin - an alternative to the existing Kover Gradle Plugin, it makes it easier to set up a configuration and collect coverage reactively, depending on the compilation and test tasks running. **This is not a production-ready plugin, it is in an incubation state.** Please refer to the [GitHub issue](https://togithub.com/Kotlin/kotlinx-kover/issues/608) and [documentation](https://kotlin.github.io/kotlinx-kover/gradle-plugin/aggregated.html) for details. #### Kover Gradle Plugin ##### Bugfixes - [`#621`](https://togithub.com/Kotlin/kotlinx-kover/issues/621) Fixed coverage evaluation for enum in K2 - [`#633`](https://togithub.com/Kotlin/kotlinx-kover/issues/633) Fix issue with identical cache keys between projects - [`#613`](https://togithub.com/Kotlin/kotlinx-kover/issues/613) Fixed JaCoCo error: Can't add different class with same name - [`#601`](https://togithub.com/Kotlin/kotlinx-kover/issues/601) Fixed support of Compose functions - [`#646`](https://togithub.com/Kotlin/kotlinx-kover/issues/646) Fixed reusing of configuration cache - [`#628`](https://togithub.com/Kotlin/kotlinx-kover/issues/628) Fixed coverage evaluation of try-finally and try-with-resources for Java code ##### Features - Disable caching on kover artifact tasks

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 becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.34%. Comparing base (64b2ac3) to head (6d17a91).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #319 +/- ## ======================================= Coverage 89.34% 89.34% ======================================= Files 20 20 Lines 676 676 Branches 72 72 ======================================= Hits 604 604 Misses 49 49 Partials 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.