fix(build): disable coverage tracking in build configuration

This commit is contained in:
2025-11-07 14:03:36 +01:00
parent 0fde343b46
commit 003e1c3cfb

View File

@@ -19,7 +19,6 @@ lazy val commonSettings = Seq(
.map(m => "org.openjfx" % s"javafx-$m" % "21" classifier osName)
},
libraryDependencies += guice,
coverageEnabled := true,
coverageFailOnMinimum := true,
coverageMinimumStmtTotal := 85,
coverageMinimumBranchTotal := 100