diff --git a/build.sbt b/build.sbt index 4c84a93..9d64794 100644 --- a/build.sbt +++ b/build.sbt @@ -20,6 +20,11 @@ Test / test / coverageHighlighting := true // coverageMinimumStmtPerFile := 85 // coverageMinimumBranchPerFile := 80 +Global / excludeLintKeys += coverageEnabled +Global / excludeLintKeys += coverageMinimumStmtTotal +Global / excludeLintKeys += coverageFailOnMinimum +Global / excludeLintKeys += coverageHighlighting + inThisBuild( List( organization := "io.github.dutrevis",