Skip to content

Commit

Permalink
Updated thresholds scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 authored Apr 28, 2024
1 parent 968bf96 commit 9eab4d8
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 @@ -129,8 +129,8 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
coverageDataDir := file("target/scala-2.13"),
coverageHighlighting := true,
coverageFailOnMinimum := true,
coverageMinimumStmtTotal := 20,
coverageMinimumBranchTotal := 20,
coverageMinimumStmtTotal := 35,
coverageMinimumBranchTotal := 35,
credentials += credsToUse,
resolvers += "Artifactory" at "https://flow.jfrog.io/flow/libs-release/",
)
Expand Down

0 comments on commit 9eab4d8

Please sign in to comment.