Skip to content

Commit

Permalink
Use scoverage 1.5.0 for Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Nov 9, 2016
1 parent eb872ac commit 5deb771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions circle.yml
Expand Up @@ -12,7 +12,6 @@ dependencies:

test:
override:
- ./sbt "+ test"
# - ./sbt coverage test coverageReport && ./sbt coverageAggregate
# post:
# - ./sbt coveralls
- ./sbt "; coverage; + test; coverageReport" && ./sbt coverageAggregate
post:
- ./sbt coveralls
4 changes: 2 additions & 2 deletions project/plugin.sbt
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.7.7")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.0-M14-7")
//addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.3.5")
//addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.0")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.1.0")
scalacOptions ++= Seq("-deprecation", "-feature")

0 comments on commit 5deb771

Please sign in to comment.