Skip to content

Commit cf0ecdb

Browse files
committed
Turn off test task instrumentation for kotlinx-coroutines-test
1 parent a0a28ba commit cf0ecdb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

kotlinx-coroutines-test/build.gradle.kts

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ val experimentalAnnotations = listOf(
1111
kotlin {
1212
sourceSets.all { configureMultiplatform() }
1313
}
14+
15+
tasks.withType<Test> {
16+
extensions.configure(kotlinx.kover.api.KoverTaskExtension::class) {
17+
isDisabled.set(true)
18+
}
19+
}

0 commit comments

Comments
 (0)