Skip to content

Commit

Permalink
scoverage coverageMinimumStmtTotal
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Mar 5, 2024
1 parent f7fc851 commit df8a624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
"org.mockito" % "mockito-core" % "4.10.0" % Test,
)

ScoverageKeys.coverageMinimum := 65.0
ScoverageKeys.coverageMinimumStmtTotal := 65.0

ScoverageKeys.coverageFailOnMinimum := true

Expand Down

0 comments on commit df8a624

Please sign in to comment.