Skip to content

Commit 1a0bed5

Browse files
committed
Remove samplesTest task from kover report so "build" don't trigger it
1 parent 9293a96 commit 1a0bed5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ tasks.withType<KotlinCompile> {
375375
tasks.test {
376376
maxHeapSize = "2048m"
377377
kover {
378+
currentProject {
379+
instrumentation { disabledForTestTasks.addAll("samplesTest") }
380+
}
378381
reports {
379382
total {
380383
filters {

0 commit comments

Comments
 (0)