Skip to content

Commit

Permalink
remove reference to old package name from coverageSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
francescopellegrini committed Aug 18, 2024
1 parent a72c04c commit 5587d97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ lazy val compileSettings = Seq(

lazy val coverageSettings = Seq(
coverageMinimumStmtTotal := 80,
coverageFailOnMinimum := true,
coverageExcludedPackages := "net\\.manub\\.embeddedkafka\\..*;net\\.manub\\.embeddedkafka\\.connect\\..*;net\\.manub\\.embeddedkafka\\.streams\\..*"
coverageFailOnMinimum := true
)

lazy val publishSettings = Seq(
Expand Down

0 comments on commit 5587d97

Please sign in to comment.