Skip to content

Commit

Permalink
Remove code coverage threshold, fixes #507 (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Jun 4, 2020
1 parent 261c3e3 commit 99b256e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ object ProjectPlugin extends AutoPlugin {
override def projectSettings: Seq[Def.Setting[_]] =
Seq(
scalacOptions ++= on(2, 13)("-Ymacro-annotations").value,
coverageMinimum := 70d,
coverageFailOnMinimum := true
)

Expand Down

0 comments on commit 99b256e

Please sign in to comment.