Skip to content

Commit

Permalink
Add code coverage via coveralls
Browse files Browse the repository at this point in the history
https://coveralls.io/r/twitter/algebird

Signed-off-by: Chris Aniszczyk <zx@twitter.com>
  • Loading branch information
caniszczyk committed Dec 12, 2014
1 parent d930274 commit dcbbc05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ language: scala
scala:
- 2.10.4
- 2.11.4
matrix:
include:
- scala: 2.10.4
script: "./sbt clean test"

- scala: 2.11.4
script: "./sbt clean coverage test"
after_success: "sbt coveralls"
6 changes: 6 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.6")

addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")

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

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0.BETA1")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.4")

0 comments on commit dcbbc05

Please sign in to comment.