Skip to content

Commit 9743344

Browse files
committed
feat: add kover for code coverage
This commit adds kover to the project for code coverage analysis and updates the README to reflect the changes. - Adds kover dependency to the build logic. - Updates README with information about kover.
1 parent fe78ed1 commit 9743344

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@
2424
- Room - Create, store, and manage persistent data backed by a SQLite database.
2525
- ViewModel - Store and manage UI-related data in a lifecycle conscious.
2626
- App Startup - initialize components at app startup.
27-
- Clean Architecture (nowinandroid)
27+
- Clean Architecture (multi module)
2828
- MVVM pattern
29-
- Kotlin Coroutines & Flows & Serialization
30-
- Type Safety Navigation(2.8.0-beta07)
29+
- Kotlin
30+
- Coroutines
31+
- Flows
32+
- Serialization
33+
- [Type Safety Navigation](https://developer.android.com/guide/navigation/design/type-safety)
3134
- Material Design 3
3235
- [Material Theme Builder](https://material-foundation.github.io/material-theme-builder/)
3336
- Single Activity
@@ -38,6 +41,7 @@
3841
- [Timber](https://github.com/JakeWharton/timber)
3942
- [Haze](https://github.com/chrisbanes/haze)
4043
- [SharedElement](https://developer.android.com/guide/fragments/animate#shared)
44+
- [Kover](https://github.com/Kotlin/kotlinx-kover)
4145

4246
## Multi Module
4347

0 commit comments

Comments
 (0)