Skip to content

Commit

Permalink
Excluded managed sources from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlSjostrand committed Mar 8, 2018
1 parent 09b787a commit a73bf3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ organizationName := "Lars Edenbrandt"
startYear := Some(2018)
licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt"))

// coverage

coverageExcludedPackages := "Tag.*;UID.*;Dictionary.*"

// publish
publishMavenStyle := true

Expand Down

0 comments on commit a73bf3e

Please sign in to comment.