Skip to content

Commit 744141a

Browse files
committedMay 16, 2014
Disabling highlighting by default until a workaround for https://issues.scala-lang.org/browse/SI-8596 is found
1 parent f02ad6b commit 744141a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/scala/scoverage/ScoverageSbtPlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class ScoverageSbtPlugin extends sbt.Plugin {
4242

4343
minimumCoverage := 0, // default is no minimum
4444
failOnMinimumCoverage := false,
45-
highlighting := true,
45+
highlighting := false,
4646

4747
scalacOptions in ScoverageCompile <++= (crossTarget in ScoverageTest, update, excludedPackages in ScoverageCompile) map {
4848
(target, report, excluded) =>

0 commit comments

Comments
 (0)
Please sign in to comment.