Skip to content

Commit

Permalink
Disable coverage reporting on 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Jun 14, 2019
1 parent 96540d2 commit a00c206
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 @@ -48,6 +48,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 a00c206

Please sign in to comment.