Skip to content

Commit c854a45

Browse files
author
Steve Peak
committed
Update build.sbt
1 parent d88e9e2 commit c854a45

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.sbt

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ libraryDependencies ++= Seq(
1111
"org.scalatest" % "scalatest_2.10" % "2.2.0"
1212
)
1313

14-
ScoverageSbtPlugin.ScoverageKeys.coverageHighlighting := {
14+
instrumentSettings
15+
16+
ScoverageKeys.minimumCoverage := 60
17+
18+
ScoverageKeys.failOnMinimumCoverage := false
19+
20+
ScoverageKeys.highlighting := {
1521
if (scalaBinaryVersion.value == "2.10") false
1622
else false
1723
}

0 commit comments

Comments
 (0)