Skip to content

Commit

Permalink
Enabling code coverage using scoverage
Browse files Browse the repository at this point in the history
* `sbt/sbt clean coverage test` to instrument then collect coverage data from all unit tests
* current coverage is 1.62% in total, need more unit tests
  • Loading branch information
ohenak committed May 6, 2015
1 parent 5856f05 commit 5031be0
Showing 1 changed file with 2 additions and 0 deletions.
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("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.6.0")

resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/"

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

0 comments on commit 5031be0

Please sign in to comment.