Skip to content

Commit

Permalink
FDN-2325: Updated build.sbt/jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidwivedi2701 committed Apr 30, 2024
1 parent 849d460 commit 7825a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ pipeline {
do
sleep 10
done
sbt clean coverage flowLint test scalafmtSbtCheck scalafmtCheck doc
'''
sh 'sbt clean coverage flowLint test scalafmtSbtCheck scalafmtCheck doc'
sh 'sbt coverageAggregate'
}
finally {
Expand Down
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 := ".*\\/*generated*\\/.*",
coverageDataDir := file("target/scala-2.13"),
coverageHighlighting := true,
coverageFailOnMinimum := true,
Expand Down

0 comments on commit 7825a32

Please sign in to comment.