Closed renovate[bot] closed 1 year ago
APK Size: 2.02 MB
Merging #314 (f40cac4) into main (4085137) will increase coverage by
54.84%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #314 +/- ##
===========================================
+ Coverage 0 54.84% +54.84%
- Complexity 0 117 +117
===========================================
Files 0 104 +104
Lines 0 1732 +1732
Branches 0 239 +239
===========================================
+ Hits 0 950 +950
- Misses 0 672 +672
- Partials 0 110 +110
Impacted Files | Coverage Δ | |
---|---|---|
...tlin/app/dapk/st/directory/state/DirectoryState.kt | 0.00% <0.00%> (ø) |
|
core/src/main/kotlin/app/dapk/st/core/BuildMeta.kt | 100.00% <0.00%> (ø) |
|
...otlin/app/dapk/st/core/extensions/MapExtensions.kt | 0.00% <0.00%> (ø) |
|
...in/kotlin/app/dapk/st/core/DeviceMetaExtensions.kt | 16.66% <0.00%> (ø) |
|
...e/src/main/kotlin/app/dapk/st/core/HeliumLogger.kt | 54.54% <0.00%> (ø) |
|
...app/dapk/st/messenger/gallery/FetchMediaUseCase.kt | 97.50% <0.00%> (ø) |
|
...pk/st/domain/push/PushTokenRegistrarPreferences.kt | 0.00% <0.00%> (ø) |
|
...tlin/app/dapk/st/impl/SharedPreferencesDelegate.kt | 0.00% <0.00%> (ø) |
|
...in/app/dapk/st/directory/state/DirectoryReducer.kt | 85.71% <0.00%> (ø) |
|
...ore/src/main/kotlin/app/dapk/st/core/ThemeStore.kt | 0.00% <0.00%> (ø) |
|
... and 94 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
This PR contains the following updates:
1.13.3
->1.13.4
Release Notes
mockk/mockk
### [`v1.13.4`](https://togithub.com/mockk/mockk/releases/tag/v1.13.4) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.3...v1.13.4) #### What's Changed - Remove redundant spread (\*) operator by [@SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/986](https://togithub.com/mockk/mockk/pull/986) - Inline mocked subclass of sealed class along with the sealed class itself by [@m-burst](https://togithub.com/m-burst) in [https://github.com/mockk/mockk/pull/988](https://togithub.com/mockk/mockk/pull/988) - Document InaccessibleObjectException/IllegalAccessException on JDK 16+ with solution by [@sergey-volkov-lm](https://togithub.com/sergey-volkov-lm) in [https://github.com/mockk/mockk/pull/965](https://togithub.com/mockk/mockk/pull/965) - fix: \[[#989](https://togithub.com/mockk/mockk/issues/989)] Slf4J 2.0+ Support by [@Slava-Miligoulo-Target](https://togithub.com/Slava-Miligoulo-Target) in [https://github.com/mockk/mockk/pull/990](https://togithub.com/mockk/mockk/pull/990) - Fixes [#647](https://togithub.com/mockk/mockk/issues/647) by allowing `classBeingRedefined` to be `null` by [@gmazzo](https://togithub.com/gmazzo) in [https://github.com/mockk/mockk/pull/985](https://togithub.com/mockk/mockk/pull/985) - bump Gradle to 7.6 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/992](https://togithub.com/mockk/mockk/pull/992) - bump Kover to 0.6.1 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/993](https://togithub.com/mockk/mockk/pull/993) - Code cleanup by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/976](https://togithub.com/mockk/mockk/pull/976) - Update ByteBuddy to 1.12.20 by [@ansman](https://togithub.com/ansman) in [https://github.com/mockk/mockk/pull/1002](https://togithub.com/mockk/mockk/pull/1002) - Customize jobs name to make the matrix values more explicit by [@SimonMarquis](https://togithub.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1004](https://togithub.com/mockk/mockk/pull/1004) - Replaced with fully qualified imports by [@Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1006](https://togithub.com/mockk/mockk/pull/1006) - Update to Junit test by [@Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1007](https://togithub.com/mockk/mockk/pull/1007) - Update to Junit5 from Junit4 by [@Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1009](https://togithub.com/mockk/mockk/pull/1009) - Updated with right class name in logger by [@Sandhya2902](https://togithub.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1010](https://togithub.com/mockk/mockk/pull/1010) - Don't call match an extra time during verification by [@camhashemi](https://togithub.com/camhashemi) in [https://github.com/mockk/mockk/pull/1017](https://togithub.com/mockk/mockk/pull/1017) - [#1013](https://togithub.com/mockk/mockk/issues/1013) uncouple proxy objects from cancellable to make proxy available… by [@bakomchik](https://togithub.com/bakomchik) in [https://github.com/mockk/mockk/pull/1018](https://togithub.com/mockk/mockk/pull/1018) - Update Kotlin to 1.8.0 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/1023](https://togithub.com/mockk/mockk/pull/1023) - Edit RecordingStateTest, CommonCallRecorderTest by [@bossm0n5t3r](https://togithub.com/bossm0n5t3r) in [https://github.com/mockk/mockk/pull/1028](https://togithub.com/mockk/mockk/pull/1028) - Edit CapturingGenericArgumentsTest by [@bossm0n5t3r](https://togithub.com/bossm0n5t3r) in [https://github.com/mockk/mockk/pull/1029](https://togithub.com/mockk/mockk/pull/1029) - De-duplicate ProxyMaker by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/1025](https://togithub.com/mockk/mockk/pull/1025) #### New Contributors - [@sergey-volkov-lm](https://togithub.com/sergey-volkov-lm) made their first contribution in [https://github.com/mockk/mockk/pull/965](https://togithub.com/mockk/mockk/pull/965) - [@Slava-Miligoulo-Target](https://togithub.com/Slava-Miligoulo-Target) made their first contribution in [https://github.com/mockk/mockk/pull/990](https://togithub.com/mockk/mockk/pull/990) - [@ansman](https://togithub.com/ansman) made their first contribution in [https://github.com/mockk/mockk/pull/1002](https://togithub.com/mockk/mockk/pull/1002) - [@Sandhya2902](https://togithub.com/Sandhya2902) made their first contribution in [https://github.com/mockk/mockk/pull/1006](https://togithub.com/mockk/mockk/pull/1006) - [@camhashemi](https://togithub.com/camhashemi) made their first contribution in [https://github.com/mockk/mockk/pull/1017](https://togithub.com/mockk/mockk/pull/1017) - [@bakomchik](https://togithub.com/bakomchik) made their first contribution in [https://github.com/mockk/mockk/pull/1018](https://togithub.com/mockk/mockk/pull/1018) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.3...v1.13.4Configuration
📅 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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.