We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261c3e3 commit 99b256eCopy full SHA for 99b256e
1 file changed
project/ProjectPlugin.scala
@@ -91,7 +91,6 @@ object ProjectPlugin extends AutoPlugin {
91
override def projectSettings: Seq[Def.Setting[_]] =
92
Seq(
93
scalacOptions ++= on(2, 13)("-Ymacro-annotations").value,
94
- coverageMinimum := 70d,
95
coverageFailOnMinimum := true
96
)
97
0 commit comments