Reviewed-on: KnockOutWhist/KnockOutWhist#47 Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de> Reviewed-on: #2
This commit is contained in:
@@ -19,7 +19,6 @@ lazy val commonSettings = Seq(
|
||||
.map(m => "org.openjfx" % s"javafx-$m" % "21" classifier osName)
|
||||
},
|
||||
libraryDependencies += guice,
|
||||
Test / testOptions += Tests.Filter(_.equals("de.knockoutwhist.TestSequence")),
|
||||
coverageEnabled := true,
|
||||
coverageFailOnMinimum := true,
|
||||
coverageMinimumStmtTotal := 85,
|
||||
@@ -29,7 +28,8 @@ lazy val commonSettings = Seq(
|
||||
lazy val knockoutwhist = project.in(file("knockoutwhist"))
|
||||
.settings(
|
||||
commonSettings,
|
||||
mainClass := Some("de.knockoutwhist.KnockOutWhist")
|
||||
mainClass := Some("de.knockoutwhist.KnockOutWhist"),
|
||||
coverageExcludedPackages := "de.knockoutwhist.ui.*;de.knockoutwhist.utils.gui.*"
|
||||
)
|
||||
|
||||
lazy val knockoutwhistweb = project.in(file("knockoutwhistweb"))
|
||||
|
||||
Submodule knockoutwhist updated: e17ab6a552...8645d4a219
Reference in New Issue
Block a user