Skip to content

Commit

Permalink
FDN-2325: Addition Scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 committed Apr 29, 2024
1 parent fc37508 commit 5b93e5b
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 @@ -127,7 +127,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
scalacOptions ++= allScalacOptions,
credentials += credsToUse,
resolvers += "Artifactory" at "https://flow.jfrog.io/flow/libs-release/",
coverageExcludedFiles := ".*\\/api/app/generated\\/.*;.*\\/api/app/db/generated\\/.*;.*\\/generated\\/.*,
coverageExcludedFiles := ".*\\/api/app/generated\\/.*;.*\\/api/app/db/generated\\/.*;.*\\/generated\\/.*",
coverageDataDir := file("target/scala-2.13"),
coverageHighlighting := true,
coverageFailOnMinimum := true,
Expand Down

0 comments on commit 5b93e5b

Please sign in to comment.