xxfast / KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and kotlinx.io
https://xxfast.github.io/KStore/
Apache License 2.0
528 stars 19 forks source link

Add versioned store implementation and tests #9

Closed xxfast closed 1 year ago

xxfast commented 1 year ago

WIP for #8

github-actions[bot] commented 1 year ago

Code Coverage

File Coverage [97.70%] :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/KStore.kt 100.00% :white_check_mark:
kstore/src/commonMain/kotlin/io/github/xxfast/kstore/KVersionedStore.kt 92.31% :white_check_mark:
kstore/src/commonTest/kotlin/io/github/xxfast/kstore/KStoreTests.kt 97.44% :white_check_mark:
kstore/src/commonTest/kotlin/io/github/xxfast/kstore/KVersionedStoreTests.kt 98.72% :white_check_mark:
Total Project Coverage 98.39% :white_check_mark: