Switch to kover for code coverage
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 4m16s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 4m16s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
jacoco
|
||||
alias(libs.plugins.kotlin.kover)
|
||||
alias(libs.plugins.kotlin.multiplatform)
|
||||
alias(libs.plugins.android.library)
|
||||
}
|
||||
@@ -11,17 +11,13 @@ kotlin {
|
||||
androidTarget()
|
||||
|
||||
sourceSets {
|
||||
commonMain {
|
||||
dependencies {
|
||||
implementation(libs.bundles.logging)
|
||||
}
|
||||
commonMain.dependencies {
|
||||
implementation(libs.bundles.logging)
|
||||
}
|
||||
|
||||
commonTest {
|
||||
dependencies {
|
||||
implementation(libs.kotlin.test)
|
||||
implementation(libs.atrium)
|
||||
}
|
||||
commonTest.dependencies {
|
||||
implementation(libs.kotlin.test)
|
||||
implementation(libs.atrium)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user