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 374baad
Showing 1 changed file with 1 addition and 3 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

0 comments on commit 374baad

Please sign in to comment.