Skip to content

Commit b913f98

Browse files
committed
disable coverage by default so can package and publish jar; will need to find way to enable on command to sbt
1 parent 79e5dda commit b913f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val commonSettings = Seq(
66
scalaVersion := "2.12.8",
77
scalafmtConfig := Some(file(".scalafmt")),
88
addCompilerPlugin("org.psywerx.hairyfotr" %% "linter" % "0.1.16"),
9-
coverageEnabled := true,
9+
coverageEnabled := false,
1010
coverageMinimum := 70,
1111
coverageFailOnMinimum := false,
1212
autoCompilerPlugins := true

0 commit comments

Comments
 (0)