Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Test packages excluded from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
m20o committed Jun 20, 2015
1 parent 80957d1 commit facb994
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.0.4")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.0.0")


3 changes: 3 additions & 0 deletions support/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name := "test-support"

resolvers += "dnvriend at bintray" at "http://dl.bintray.com/dnvriend/maven"


libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % Versions.Akka,
"com.typesafe.akka" %% "akka-persistence-experimental" % Versions.Akka,
Expand All @@ -12,3 +13,5 @@ libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % Versions.ScalaTime,
"org.scalatest" %% "scalatest" % Versions.ScalaTest
)

ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages := "net\\.badprogrammer\\.platform\\.testsupport\\..*"

0 comments on commit facb994

Please sign in to comment.