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 29, 2024
1 parent 16a0b68 commit 868bc77
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 @@ -73,8 +73,8 @@ pipeline {
do
sleep 10
done
sbt clean coverage flowLint test scalafmtSbtCheck scalafmtCheck
'''
sh 'sbt clean coverage flowLint test scalafmtSbtCheck scalafmtCheck'
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 @@ -64,7 +64,7 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/",
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases",
resolvers += "Artifactory" at "https://flow.jfrog.io/flow/libs-release/",
coverageExcludedFiles := ".*\\/api/app/generated\\/.*",
coverageExcludedFiles := ".*\\/*generated*\\/.*",
coverageDataDir := file("target/scala-2.13"),
coverageHighlighting := true,
coverageFailOnMinimum := true,
Expand Down

0 comments on commit 868bc77

Please sign in to comment.