diff --git a/build.sbt b/build.sbt index 2d99d91..535154e 100644 --- a/build.sbt +++ b/build.sbt @@ -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")) diff --git a/knockoutwhist b/knockoutwhist index e17ab6a..8645d4a 160000 --- a/knockoutwhist +++ b/knockoutwhist @@ -1 +1 @@ -Subproject commit e17ab6a5527263a36465021d4f172536d5a235d9 +Subproject commit 8645d4a21996cd175494cd2c4f3c4012ee28741e