Skip to content

Commit

Permalink
FDN-2325: Test Scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 committed Apr 29, 2024
1 parent 5b93e5b commit e72f2fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
coverageDataDir := file("target/scala-2.13"),
coverageHighlighting := true,
coverageFailOnMinimum := true,
coverageMinimumStmtTotal := 35,
coverageMinimumBranchTotal := 35,
coverageMinimumStmtTotal := 0,
coverageMinimumBranchTotal := 0,
)
version := "0.8.43"
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ThisBuild / libraryDependencySchemes ++= Seq(
)

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")

0 comments on commit e72f2fc

Please sign in to comment.