Skip to content

Commit 7782c00

Browse files
committed
temporarily comment out codecov for kotest
1 parent da7a179 commit 7782c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ lazy val kotest = (project in file("kotest"))
195195
kotlincJvmTarget := "11",
196196
testOptions += Tests.Argument(jupiterTestFramework, "-q", "-v")
197197
)
198-
.settings(jacocoSettings)
198+
// .settings(jacocoSettings)
199199
.dependsOn(core)
200200

201201
lazy val scalacheck = (project in file("scalacheck"))

0 commit comments

Comments
 (0)