Skip to content

Commit

Permalink
Fix: excluded coverage build settings from lint in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
dutrevis committed Sep 3, 2024
1 parent 440a289 commit 6ee582b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6ee582b

Please sign in to comment.