Skip to content

Commit

Permalink
Reinstate no coverage highlighting on 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Oct 23, 2016
1 parent a139801 commit 4c6fad8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ lazy val botBuild = settingKey[Boolean]("Build by TravisCI instead of local dev

lazy val scoverageSettings = Seq(
coverageMinimum := 60,
coverageFailOnMinimum := false
coverageFailOnMinimum := false,
coverageHighlighting := scalaBinaryVersion.value != "2.10"
)

lazy val buildSettings = Seq(
Expand Down

0 comments on commit 4c6fad8

Please sign in to comment.