Skip to content

Commit

Permalink
Turn off coverage for 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed May 3, 2019
1 parent cfacd2b commit f855fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ val baseSettings = Seq(
},
coverageHighlighting := true,
coverageScalacPluginVersion := "1.3.1",
coverageEnabled := (if (priorTo2_13(scalaVersion.value)) coverageEnabled.value else false),
(scalastyleSources in Compile) ++= (unmanagedSourceDirectories in Compile).value
)

Expand Down

0 comments on commit f855fb6

Please sign in to comment.