Skip to content

Commit

Permalink
Merge pull request #373 from tumblr/bhaskar-add-coverage
Browse files Browse the repository at this point in the history
Added scoverage based coverage reports.
  • Loading branch information
yl3w committed Sep 13, 2015
2 parents 172b4f5 + 18ba600 commit b73bf0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Keys.fork in Test := true

javaOptions in Test := Seq("-Dconfig.file=conf/test.conf", "-XX:MaxPermSize=512M", "-Xms512m", "-Xmx512m")

coverageExcludedPackages := "views.html.*;collins.graphs.templates.html.*;collins.controllers.ref.*;collins.controllers.javascript.*;collins.app.ref.*;collins.app.javascript.*;controllers.*;collins.app.*;collins.DbUtil;controllers.javascript.*;controllers.ref.*"

parallelExecution in Test := false

parallelExecution in IntegrationTest := false
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("pla

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.3")

0 comments on commit b73bf0d

Please sign in to comment.