Skip to content

Commit

Permalink
add coverage filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
tpolecat committed Jul 7, 2020
1 parent 3b97b64 commit e5d39cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ lazy val commonSettings = Seq(
),
addCompilerPlugin("org.typelevel" %% "kind-projector" % "0.11.0" cross CrossVersion.full),

// Coverage Exclusions
coverageExcludedPackages := "ffstest.*;tests.*;example.*",

)

lazy val skunk = project
Expand Down

0 comments on commit e5d39cf

Please sign in to comment.