hoc081098 / kmp-viewmodel

🔆 Kotlin Multiplatform ViewModel. Kotlin Multiplatform MVVM. Common/Shared ViewModel in Kotlin Multiplatform - A Kotlin Multiplatform library that provides shared MVVM for UI applications. Components are lifecycle-aware on Android. Supports Android Parcelable, Kotlin Parcelize, AndroidX SavedStateHandle for restoring state after process death.
https://hoc081098.github.io/kmp-viewmodel/docs/0.x/
MIT License
123 stars 6 forks source link

Update gradle/actions action to v3.4.1 #297

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
gradle/actions action patch v3.4.0 -> v3.4.1

Release Notes

gradle/actions (gradle/actions) ### [`v3.4.1`](https://togithub.com/gradle/actions/releases/tag/v3.4.1) [Compare Source](https://togithub.com/gradle/actions/compare/v3.4.0...v3.4.1) This patch release fixes a bug introduced in v3.4.0, that prevents build scan publication to Develocity. The bug results in the removal of the `DEVELOCITY_ACCESS_KEY` variable being removed, so that Gradle cannot authenticate with the Develocity server. #### What's Changed - Don't clear access key when access token cannot be obtained by [@​cdsap](https://togithub.com/cdsap) in [https://github.com/gradle/actions/pull/258](https://togithub.com/gradle/actions/pull/258) - Simplify requesting short-lived Develocity access tokens by [@​bigdaz](https://togithub.com/bigdaz) in [https://github.com/gradle/actions/pull/259](https://togithub.com/gradle/actions/pull/259) **Full Changelog**: https://github.com/gradle/actions/compare/v3.4.0...v3.4.1

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



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

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 76.24%. Comparing base (2e9647d) to head (a656c1a). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #297 +/- ## ======================================= Coverage 76.24% 76.24% ======================================= Files 44 44 Lines 501 501 Branches 69 69 ======================================= Hits 382 382 Misses 102 102 Partials 17 17 ```

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