Skip to content

Commit

Permalink
Lower the minimum code coverage threshold to 75%, fixes #349 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Feb 25, 2020
1 parent ecb14cd commit ab79610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ object ProjectPlugin extends AutoPlugin {
!toPath.startsWith("github4s/BuildInfo")
}
}
) ++ shellPromptSettings
) ++ shellPromptSettings ++ sharedScoverageSettings(75d)
}

0 comments on commit ab79610

Please sign in to comment.