Skip to content

Commit ab79610

Browse files
authored
Lower the minimum code coverage threshold to 75%, fixes #349 (#353)
1 parent ecb14cd commit ab79610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/ProjectPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ object ProjectPlugin extends AutoPlugin {
140140
!toPath.startsWith("github4s/BuildInfo")
141141
}
142142
}
143-
) ++ shellPromptSettings
143+
) ++ shellPromptSettings ++ sharedScoverageSettings(75d)
144144
}

0 commit comments

Comments
 (0)