We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e5dda commit b913f98Copy full SHA for b913f98
build.sbt
@@ -6,7 +6,7 @@ lazy val commonSettings = Seq(
6
scalaVersion := "2.12.8",
7
scalafmtConfig := Some(file(".scalafmt")),
8
addCompilerPlugin("org.psywerx.hairyfotr" %% "linter" % "0.1.16"),
9
- coverageEnabled := true,
+ coverageEnabled := false,
10
coverageMinimum := 70,
11
coverageFailOnMinimum := false,
12
autoCompilerPlugins := true
0 commit comments