We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f02ad6b commit 744141aCopy full SHA for 744141a
src/main/scala/scoverage/ScoverageSbtPlugin.scala
@@ -42,7 +42,7 @@ class ScoverageSbtPlugin extends sbt.Plugin {
42
43
minimumCoverage := 0, // default is no minimum
44
failOnMinimumCoverage := false,
45
- highlighting := true,
+ highlighting := false,
46
47
scalacOptions in ScoverageCompile <++= (crossTarget in ScoverageTest, update, excludedPackages in ScoverageCompile) map {
48
(target, report, excluded) =>
0 commit comments