Skip to content

Commit

Permalink
TGP-449: set build to not fail on low coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
besscerule committed Apr 25, 2024
1 parent 09b159b commit a4239ae
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 @@ -35,7 +35,7 @@ lazy val microservice = (project in file("."))
ScoverageKeys.coverageExcludedFiles := "<empty>;Reverse.*;.*handlers.*;.*components.*;" +
".*Routes.*;.*viewmodels.govuk.*;",
ScoverageKeys.coverageMinimumStmtTotal := 90,
ScoverageKeys.coverageFailOnMinimum := true,
ScoverageKeys.coverageFailOnMinimum := false,
ScoverageKeys.coverageHighlighting := true,
scalacOptions ++= Seq(
"-feature",
Expand Down

0 comments on commit a4239ae

Please sign in to comment.