Skip to content

Commit

Permalink
Exclude contrib from coverage for now
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Apr 6, 2015
1 parent 5375c7f commit 1121345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,5 +13,5 @@ script:
- sbt ++$TRAVIS_SCALA_VERSION travis

after_success:
- sbt 'tests/coveralls'
- sbt coveralls

2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -126,7 +126,7 @@ lazy val commonSettings = List(
val name = Project.extract(state).currentRef.project
(if (name == "parent") "" else name + " ") + "> "
},
coverageExcludedPackages := "scalax.transducers.benchmark.*|buildinfo",
coverageExcludedPackages := "scalax.transducers.benchmark.*|scalax.transducers.contrib.*|buildinfo",
headers := {
val thisYear = java.util.Calendar.getInstance().get(java.util.Calendar.YEAR)
val years = List(startYear.value.getOrElse(thisYear), thisYear).distinct.mkString("")
Expand Down

0 comments on commit 1121345

Please sign in to comment.