ouchadam / small-talk

Minimal Android messenger powered by Matrix
Apache License 2.0
142 stars 2 forks source link

Update dependency io.mockk:mockk to v1.13.13 #356

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.mockk:mockk (source) 1.13.5 -> 1.13.13 age adoption passing confidence

Release Notes

mockk/mockk (io.mockk:mockk) ### [`v1.13.13`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.13) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.12...1.13.13) #### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://redirect.github.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://redirect.github.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://redirect.github.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://redirect.github.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) - build(issue 1280): bump toolchain-jvm version to 17 by [@​Kulesko](https://redirect.github.com/Kulesko) in [https://github.com/mockk/mockk/pull/1281](https://redirect.github.com/mockk/mockk/pull/1281) - fix(1284): do not transform static constructor by [@​LitterSun](https://redirect.github.com/LitterSun) in [https://github.com/mockk/mockk/pull/1285](https://redirect.github.com/mockk/mockk/pull/1285) - Remove unused loggers by [@​Sandhya2902](https://redirect.github.com/Sandhya2902) in [https://github.com/mockk/mockk/pull/1011](https://redirect.github.com/mockk/mockk/pull/1011) - chore: converting functions to expression bodies and minor function refactoring by [@​casplattel](https://redirect.github.com/casplattel) in [https://github.com/mockk/mockk/pull/1260](https://redirect.github.com/mockk/mockk/pull/1260) - Add anyNullable by [@​NWuensche](https://redirect.github.com/NWuensche) in [https://github.com/mockk/mockk/pull/1287](https://redirect.github.com/mockk/mockk/pull/1287) - fix(813): Handle nullable value classes by [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) in [https://github.com/mockk/mockk/pull/1295](https://redirect.github.com/mockk/mockk/pull/1295) - Improve error message on unexpected calls count by [@​MGaetan89](https://redirect.github.com/MGaetan89) in [https://github.com/mockk/mockk/pull/1298](https://redirect.github.com/mockk/mockk/pull/1298) - Run `unmockkAll` after each JUnit 5 test by [@​erikhuizinga](https://redirect.github.com/erikhuizinga) in [https://github.com/mockk/mockk/pull/1297](https://redirect.github.com/mockk/mockk/pull/1297) #### New Contributors - [@​SackCastellon](https://redirect.github.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - [@​thamp59](https://redirect.github.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://redirect.github.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) - [@​Kulesko](https://redirect.github.com/Kulesko) made their first contribution in [https://github.com/mockk/mockk/pull/1281](https://redirect.github.com/mockk/mockk/pull/1281) - [@​LitterSun](https://redirect.github.com/LitterSun) made their first contribution in [https://github.com/mockk/mockk/pull/1285](https://redirect.github.com/mockk/mockk/pull/1285) - [@​VasilisDrettas-tomtom](https://redirect.github.com/VasilisDrettas-tomtom) made their first contribution in [https://github.com/mockk/mockk/pull/1295](https://redirect.github.com/mockk/mockk/pull/1295) - [@​MGaetan89](https://redirect.github.com/MGaetan89) made their first contribution in [https://github.com/mockk/mockk/pull/1298](https://redirect.github.com/mockk/mockk/pull/1298) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.13 ### [`v1.13.12`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.12) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.11...1.13.12) #### What's Changed - Kotlin 2.0.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1255](https://redirect.github.com/mockk/mockk/pull/1255) - Don't unbox primitive value class returned by suspend function by [@​SackCastellon](https://redirect.github.com/SackCastellon) in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - Fix RequireParallelTesting Annotation by [@​thamp59](https://redirect.github.com/thamp59) in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - Enable clearAllMocks to clear only thread-local mocks. by [@​xzhang-brex](https://redirect.github.com/xzhang-brex) in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) #### New Contributors - [@​SackCastellon](https://redirect.github.com/SackCastellon) made their first contribution in [https://github.com/mockk/mockk/pull/1253](https://redirect.github.com/mockk/mockk/pull/1253) - [@​thamp59](https://redirect.github.com/thamp59) made their first contribution in [https://github.com/mockk/mockk/pull/1265](https://redirect.github.com/mockk/mockk/pull/1265) - [@​xzhang-brex](https://redirect.github.com/xzhang-brex) made their first contribution in [https://github.com/mockk/mockk/pull/1276](https://redirect.github.com/mockk/mockk/pull/1276) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.11...1.13.12 ### [`v1.13.11`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.11) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.10...1.13.11) #### What's Changed - Fix wasNotshould throw exception when called on non mocked object by [@​Gosunet](https://redirect.github.com/Gosunet) in [https://github.com/mockk/mockk/pull/1174](https://redirect.github.com/mockk/mockk/pull/1174) - Fix cannot mock value class for class property in 1.13.10 by [@​ZhaohuaZeng-at](https://redirect.github.com/ZhaohuaZeng-at) in [https://github.com/mockk/mockk/pull/1230](https://redirect.github.com/mockk/mockk/pull/1230) - Introduce `verifyCount` DSL by [@​T45K](https://redirect.github.com/T45K) in [https://github.com/mockk/mockk/pull/1234](https://redirect.github.com/mockk/mockk/pull/1234) - Fix parallel testing flag by [@​Evenprime](https://redirect.github.com/Evenprime) in [https://github.com/mockk/mockk/pull/1238](https://redirect.github.com/mockk/mockk/pull/1238) - Implement `clearStaticMockk` for KFunction and KProperty by [@​krocard](https://redirect.github.com/krocard) in [https://github.com/mockk/mockk/pull/1239](https://redirect.github.com/mockk/mockk/pull/1239) - \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR by [@​krocard](https://redirect.github.com/krocard) in [https://github.com/mockk/mockk/pull/1240](https://redirect.github.com/mockk/mockk/pull/1240) #### New Contributors - [@​Gosunet](https://redirect.github.com/Gosunet) made their first contribution in [https://github.com/mockk/mockk/pull/1174](https://redirect.github.com/mockk/mockk/pull/1174) - [@​ZhaohuaZeng-at](https://redirect.github.com/ZhaohuaZeng-at) made their first contribution in [https://github.com/mockk/mockk/pull/1230](https://redirect.github.com/mockk/mockk/pull/1230) - [@​T45K](https://redirect.github.com/T45K) made their first contribution in [https://github.com/mockk/mockk/pull/1234](https://redirect.github.com/mockk/mockk/pull/1234) - [@​Evenprime](https://redirect.github.com/Evenprime) made their first contribution in [https://github.com/mockk/mockk/pull/1238](https://redirect.github.com/mockk/mockk/pull/1238) - [@​krocard](https://redirect.github.com/krocard) made their first contribution in [https://github.com/mockk/mockk/pull/1239](https://redirect.github.com/mockk/mockk/pull/1239) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.10...1.13.11 ### [`v1.13.10`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.10) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.9...1.13.10) #### What's Changed - Add support to nested value classes by [@​rotilho](https://redirect.github.com/rotilho) in [https://github.com/mockk/mockk/pull/1202](https://redirect.github.com/mockk/mockk/pull/1202) - Fix callOriginal on default interface method by [@​flapenna](https://redirect.github.com/flapenna) in [https://github.com/mockk/mockk/pull/1203](https://redirect.github.com/mockk/mockk/pull/1203) - Only unbox value class answers when appropriate by [@​jselbo](https://redirect.github.com/jselbo) in [https://github.com/mockk/mockk/pull/1204](https://redirect.github.com/mockk/mockk/pull/1204) - Fix capture using mutable list of value class by [@​ath0s](https://redirect.github.com/ath0s) in [https://github.com/mockk/mockk/pull/1209](https://redirect.github.com/mockk/mockk/pull/1209) - Updates documentation to include example access error workaround for Android users by [@​JakeSteam](https://redirect.github.com/JakeSteam) in [https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211) #### New Contributors - [@​rotilho](https://redirect.github.com/rotilho) made their first contribution in [https://github.com/mockk/mockk/pull/1202](https://redirect.github.com/mockk/mockk/pull/1202) - [@​jselbo](https://redirect.github.com/jselbo) made their first contribution in [https://github.com/mockk/mockk/pull/1204](https://redirect.github.com/mockk/mockk/pull/1204) - [@​ath0s](https://redirect.github.com/ath0s) made their first contribution in [https://github.com/mockk/mockk/pull/1209](https://redirect.github.com/mockk/mockk/pull/1209) - [@​JakeSteam](https://redirect.github.com/JakeSteam) made their first contribution in [https://github.com/mockk/mockk/pull/1211](https://redirect.github.com/mockk/mockk/pull/1211) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.9...1.13.10 ### [`v1.13.9`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.9) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.8...1.13.9) #### What's Changed - Remove AllOpen plugin from Android libraries by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1164](https://redirect.github.com/mockk/mockk/pull/1164) - Enforce reproducible builds by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1162](https://redirect.github.com/mockk/mockk/pull/1162) - Fix unit tests errors by using `slf4jOrJulLogging()` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1166](https://redirect.github.com/mockk/mockk/pull/1166) - Remove KAPT from Android libraries by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1163](https://redirect.github.com/mockk/mockk/pull/1163) - JVM 1.8 source compatibility by [@​jeffdgr8](https://redirect.github.com/jeffdgr8) in [https://github.com/mockk/mockk/pull/1161](https://redirect.github.com/mockk/mockk/pull/1161) - Specify unique `android.namespace` to resolve warnings by [@​kubode](https://redirect.github.com/kubode) in [https://github.com/mockk/mockk/pull/1181](https://redirect.github.com/mockk/mockk/pull/1181) - Add scoped mock documentation by [@​kshired](https://redirect.github.com/kshired) in [https://github.com/mockk/mockk/pull/1175](https://redirect.github.com/mockk/mockk/pull/1175) - Upgrade Gradle to 8.4 by [@​geekiyer](https://redirect.github.com/geekiyer) in [https://github.com/mockk/mockk/pull/1184](https://redirect.github.com/mockk/mockk/pull/1184) - Fixes infinite recursion when stubbing a fun that returns value class by [@​OitoH](https://redirect.github.com/OitoH) in [https://github.com/mockk/mockk/pull/1176](https://redirect.github.com/mockk/mockk/pull/1176) - Prevent kover setup failure without Android SDK by [@​milgner](https://redirect.github.com/milgner) in [https://github.com/mockk/mockk/pull/1193](https://redirect.github.com/mockk/mockk/pull/1193) - Support value classes for non-primitive types by [@​milgner](https://redirect.github.com/milgner) in [https://github.com/mockk/mockk/pull/1192](https://redirect.github.com/mockk/mockk/pull/1192) - Fix StackOverflowError calling method on spy of class with generic base class by [@​flapenna](https://redirect.github.com/flapenna) in [https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195) #### New Contributors - [@​jeffdgr8](https://redirect.github.com/jeffdgr8) made their first contribution in [https://github.com/mockk/mockk/pull/1161](https://redirect.github.com/mockk/mockk/pull/1161) - [@​kshired](https://redirect.github.com/kshired) made their first contribution in [https://github.com/mockk/mockk/pull/1175](https://redirect.github.com/mockk/mockk/pull/1175) - [@​OitoH](https://redirect.github.com/OitoH) made their first contribution in [https://github.com/mockk/mockk/pull/1176](https://redirect.github.com/mockk/mockk/pull/1176) - [@​flapenna](https://redirect.github.com/flapenna) made their first contribution in [https://github.com/mockk/mockk/pull/1195](https://redirect.github.com/mockk/mockk/pull/1195) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.8...1.13.9 ### [`v1.13.8`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.8) [Compare Source](https://redirect.github.com/mockk/mockk/compare/1.13.7...1.13.8) #### What's Changed - Bump googleapis from 20.2.0 to 59.0.0 in /cloud-badge by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/mockk/mockk/pull/482](https://redirect.github.com/mockk/mockk/pull/482) - Minor performance improvements to MockInjector by [@​k163377](https://redirect.github.com/k163377) in [https://github.com/mockk/mockk/pull/1134](https://redirect.github.com/mockk/mockk/pull/1134) - Improve log message by [@​marcelstoer](https://redirect.github.com/marcelstoer) in [https://github.com/mockk/mockk/pull/1117](https://redirect.github.com/mockk/mockk/pull/1117) - Update README.md by [@​iainism](https://redirect.github.com/iainism) in [https://github.com/mockk/mockk/pull/1140](https://redirect.github.com/mockk/mockk/pull/1140) - Update Android test targets by [@​LeonRa](https://redirect.github.com/LeonRa) in [https://github.com/mockk/mockk/pull/1146](https://redirect.github.com/mockk/mockk/pull/1146) - Fix `IncompatibleClassChangeError` in Android instrumentation test ([#​1035](https://redirect.github.com/mockk/mockk/issues/1035)) by [@​LeonRa](https://redirect.github.com/LeonRa) in [https://github.com/mockk/mockk/pull/1145](https://redirect.github.com/mockk/mockk/pull/1145) - Update Gradle and Android dependencies by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1105](https://redirect.github.com/mockk/mockk/pull/1105) - Update byte-buddy 1.14.6 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1149](https://redirect.github.com/mockk/mockk/pull/1149) - Remove unused `androidTools` in `Deps.kt` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1150](https://redirect.github.com/mockk/mockk/pull/1150) - Update Kotlin 1.9.10 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1148](https://redirect.github.com/mockk/mockk/pull/1148) - Update KotlinX Kover 0.7.3 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1152](https://redirect.github.com/mockk/mockk/pull/1152) - Remove Kotlin-IR from CI matrix by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1153](https://redirect.github.com/mockk/mockk/pull/1153) - Update Dokka 1.9.0 by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1151](https://redirect.github.com/mockk/mockk/pull/1151) - Fix Kotlin version override in tests by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1154](https://redirect.github.com/mockk/mockk/pull/1154) - Use new Kotlin logo by [@​Goooler](https://redirect.github.com/Goooler) in [https://github.com/mockk/mockk/pull/1156](https://redirect.github.com/mockk/mockk/pull/1156) - Swap expected/actual in `KotlinVersionOverrideTest.kt` by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1157](https://redirect.github.com/mockk/mockk/pull/1157) - Reduce the use of spread operator to improve performance by [@​k163377](https://redirect.github.com/k163377) in [https://github.com/mockk/mockk/pull/1143](https://redirect.github.com/mockk/mockk/pull/1143) - update Kotlin and Java Toolchain properties, and setting them in CI by [@​aSemy](https://redirect.github.com/aSemy) in [https://github.com/mockk/mockk/pull/1056](https://redirect.github.com/mockk/mockk/pull/1056) - Fix `dokkaJavadoc` publishing task by [@​SimonMarquis](https://redirect.github.com/SimonMarquis) in [https://github.com/mockk/mockk/pull/1160](https://redirect.github.com/mockk/mockk/pull/1160) #### New Contributors - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/mockk/mockk/pull/482](https://redirect.github.com/mockk/mockk/pull/482) - [@​k163377](https://redirect.github.com/k163377) made their first contribution in [https://github.com/mockk/mockk/pull/1134](https://redirect.github.com/mockk/mockk/pull/1134) - [@​marcelstoer](https://redirect.github.com/marcelstoer) made their first contribution in [https://github.com/mockk/mockk/pull/1117](https://redirect.github.com/mockk/mockk/pull/1117) - [@​LeonRa](https://redirect.github.com/LeonRa) made their first contribution in [https://github.com/mockk/mockk/pull/1146](https://redirect.github.com/mockk/mockk/pull/1146) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.7...1.13.8 ### [`v1.13.7`](https://redirect.github.com/mockk/mockk/releases/tag/1.13.7) #### What's Changed - Amend "Top Level functions" by [@​polarene](https://redirect.github.com/polarene) in [https://github.com/mockk/mockk/pull/1067](https://redirect.github.com/mockk/mockk/pull/1067) - Fix error when mocking abstract method implementation by [@​steffandroid](https://redirect.github.com/steffandroid) in [https://github.com/mockk/mockk/pull/1081](https://redirect.github.com/mockk/mockk/pull/1081) - Make slf4j an optional dependency by [@​ansman](https://redirect.github.com/ansman) in [https://github.com/mockk/mockk/pull/1091](https://redirect.github.com/mockk/mockk/pull/1091) - Add Korean guides and articles in README.md by [@​devkuma](https://redirect.github.com/devkuma) in [https://github.com/mockk/mockk/pull/1097](https://redirect.github.com/mockk/mockk/pull/1097) - Inject mocks via constructor to avoid lateinit var by [@​kkurczewski](https://redirect.github.com/kkurczewski) in [https://github.com/mockk/mockk/pull/1106](https://redirect.github.com/mockk/mockk/pull/1106) - Issue 954: [@​MockKExtension](https://redirect.github.com/MockKExtension).CheckUnnecessaryStub annotation is applied… by [@​bboeck](https://redirect.github.com/bboeck) in [https://github.com/mockk/mockk/pull/1099](https://redirect.github.com/mockk/mockk/pull/1099) - chore: converting functions to expression bodies by [@​casplattel](https://redirect.github.com/casplattel) in [https://github.com/mockk/mockk/pull/1104](https://redirect.github.com/mockk/mockk/pull/1104) - Update dexmaker version to 2.28.3 for Android 14 support by [@​kurteous](https://redirect.github.com/kurteous) in [https://github.com/mockk/mockk/pull/1107](https://redirect.github.com/mockk/mockk/pull/1107) - Issue 963: Unnecessary stubbings detected - false positive by [@​bboeck](https://redirect.github.com/bboeck) in [https://github.com/mockk/mockk/pull/1108](https://redirect.github.com/mockk/mockk/pull/1108) - Add `fun MockKMatcherScope.any(KClass): T` by [@​ghackett](https://redirect.github.com/ghackett) in [https://github.com/mockk/mockk/pull/1005](https://redirect.github.com/mockk/mockk/pull/1005) - 1122(docs): fix header for `clearStaticMockk` by [@​wallind](https://redirect.github.com/wallind) in [https://github.com/mockk/mockk/pull/1123](https://redirect.github.com/mockk/mockk/pull/1123) - Fix grammar in Ukraine support message by [@​BirdHowl](https://redirect.github.com/BirdHowl) in [https://github.com/mockk/mockk/pull/1125](https://redirect.github.com/mockk/mockk/pull/1125) - Issue 293: support capture nullable with slot by [@​stengvac](https://redirect.github.com/stengvac) in [https://github.com/mockk/mockk/pull/1109](https://redirect.github.com/mockk/mockk/pull/1109) - update documentation in README.md by [@​alexferreiradev](https://redirect.github.com/alexferreiradev) in [https://github.com/mockk/mockk/pull/1127](https://redirect.github.com/mockk/mockk/pull/1127) #### New Contributors - [@​steffandroid](https://redirect.github.com/steffandroid) made their first contribution in [https://github.com/mockk/mockk/pull/1081](https://redirect.github.com/mockk/mockk/pull/1081) - [@​devkuma](https://redirect.github.com/devkuma) made their first contribution in [https://github.com/mockk/mockk/pull/1097](https://redirect.github.com/mockk/mockk/pull/1097) - [@​bboeck](https://redirect.github.com/bboeck) made their first contribution in [https://github.com/mockk/mockk/pull/1099](https://redirect.github.com/mockk/mockk/pull/1099) - [@​casplattel](https://redirect.github.com/casplattel) made their first contribution in [https://github.com/mockk/mockk/pull/1104](https://redirect.github.com/mockk/mockk/pull/1104) - [@​kurteous](https://redirect.github.com/kurteous) made their first contribution in [https://github.com/mockk/mockk/pull/1107](https://redirect.github.com/mockk/mockk/pull/1107) - [@​ghackett](https://redirect.github.com/ghackett) made their first contribution in [https://github.com/mockk/mockk/pull/1005](https://redirect.github.com/mockk/mockk/pull/1005) - [@​wallind](https://redirect.github.com/wallind) made their first contribution in [https://github.com/mockk/mockk/pull/1123](https://redirect.github.com/mockk/mockk/pull/1123) - [@​BirdHowl](https://redirect.github.com/BirdHowl) made their first contribution in [https://github.com/mockk/mockk/pull/1125](https://redirect.github.com/mockk/mockk/pull/1125) - [@​stengvac](https://redirect.github.com/stengvac) made their first contribution in [https://github.com/mockk/mockk/pull/1109](https://redirect.github.com/mockk/mockk/pull/1109) - [@​alexferreiradev](https://redirect.github.com/alexferreiradev) made their first contribution in [https://github.com/mockk/mockk/pull/1127](https://redirect.github.com/mockk/mockk/pull/1127) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.5...1.13.7

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 this update again.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 year ago

Codecov Report

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

Project coverage is 54.84%. Comparing base (5a39167) to head (aba38e9).

:exclamation: Current head aba38e9 differs from pull request most recent head f397e7b. Consider uploading reports for the commit f397e7b to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #356 +/- ## ========================================= Coverage 54.84% 54.84% Complexity 117 117 ========================================= Files 104 104 Lines 1732 1732 Branches 239 239 ========================================= Hits 950 950 Misses 672 672 Partials 110 110 ```

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

github-actions[bot] commented 1 year ago

APK Size: 2.1 MB