Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jto committed May 27, 2016
1 parent d4ff5ae commit 00238fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ci.sh
Expand Up @@ -5,7 +5,7 @@ sbt_cmd="sbt ++$TRAVIS_SCALA_VERSION"

test_cmd="$sbt_cmd clean test"

coverage="$sbt_cmd clean coverage validationJVM/test coverageReport && sbt coverageAggregate && bash <(curl -s https://codecov.io/bash)"
coverage="$sbt_cmd clean coverage validationJVM/test coverageReport && sbt coverageAggregate && sbt coveralls"

run_cmd="$coverage && $test_cmd"

Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Expand Up @@ -10,3 +10,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.9")
addSbtPlugin("com.geirsson" %% "sbt-scalafmt" % "0.2.3")

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

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

0 comments on commit 00238fd

Please sign in to comment.