Skip to content

Commit

Permalink
fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang committed Nov 25, 2015
1 parent 367aaf2 commit 83e06e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions project/Testing.scala
Expand Up @@ -6,9 +6,7 @@ object Testing {


lazy val settings = Seq(
scalacOptions in Test ++= Seq("-Yrangepos"),
coberturaFile := crossTarget.value / "scoverage-data" / "scoverage.coverage.xml",
testOptions in Test := Seq(Tests.Argument(TestFrameworks.Specs2, "-xonly"))
scalacOptions in Test ++= Seq("-Yrangepos")
)


Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -2,7 +2,7 @@ addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.1")

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

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.4.0")

Expand Down

0 comments on commit 83e06e5

Please sign in to comment.