Skip to content

Commit

Permalink
#Issue KN-933 fix: Updated the scoverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
aimansharief committed Sep 19, 2023
1 parent 612e42d commit 0a6a25f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion search-api/knowlg-search/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ lazy val searchService = (project in file("search-service"))
lazy val commonSettings = Seq(
javacOptions ++= Seq("-source", "11", "-target", "11"),
crossPaths := false,
coverageEnabled := true,
Test / compile / coverageEnabled := true,
Compile / compile / coverageEnabled := false,
resolvers ++= Seq("Local Maven Repository" at "file:///"+Path.userHome+"/.m2/repository")
)

0 comments on commit 0a6a25f

Please sign in to comment.