[SHARED] Fix kover reports
This commit is contained in:
@@ -24,6 +24,9 @@ object KoverConfig {
|
||||
"com.kgurgul.cpuinfo.ui",
|
||||
"com.kgurgul.cpuinfo.*.model*",
|
||||
"com.kgurgul.cpuinfo.*.models*",
|
||||
"com.kgurgul.cpuinfo.appinitializers",
|
||||
"com.kgurgul.cpuinfo.di",
|
||||
"com.kgurgul.cpuinfo.utils.navigation",
|
||||
)
|
||||
val excludedClasses =
|
||||
listOf(
|
||||
|
||||
@@ -136,17 +136,20 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
commonTest.dependencies {
|
||||
implementation(kotlin("test"))
|
||||
implementation(kotlin("test-common"))
|
||||
implementation(kotlin("test-annotations-common"))
|
||||
val commonTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test"))
|
||||
implementation(kotlin("test-common"))
|
||||
implementation(kotlin("test-annotations-common"))
|
||||
|
||||
implementation(libs.kotlinx.coroutines.test)
|
||||
implementation(libs.turbine)
|
||||
implementation(libs.kotlinx.coroutines.test)
|
||||
implementation(libs.turbine)
|
||||
}
|
||||
}
|
||||
|
||||
val desktopTest by getting {
|
||||
dependencies {
|
||||
implementation(kotlin("test-junit"))
|
||||
implementation(libs.jetbrains.compose.uiTest)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user