Skip to content

Commit

Permalink
FDN-2325: Updated scoverage thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 committed Apr 30, 2024
1 parent 9e6b7c9 commit 5c1f494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
coverageDataDir := file("target/scala-2.13"),
coverageHighlighting := true,
coverageFailOnMinimum := true,
coverageMinimumStmtTotal := 60,
coverageMinimumBranchTotal := 60,
coverageMinimumStmtTotal := 62,
coverageMinimumBranchTotal := 61,
credentials += Credentials(
"Artifactory Realm",
"flow.jfrog.io",
Expand Down

0 comments on commit 5c1f494

Please sign in to comment.