Skip to content

Commit

Permalink
Merge pull request #73 from hmrc/refactor-scoverage
Browse files Browse the repository at this point in the history
refactor-scoverage: updated scoverage exclusions
  • Loading branch information
MJCallahanPage authored Mar 20, 2017
2 parents 97cbc19 + ebeeae4 commit 0885f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/MicroService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ trait MicroService {
import scoverage.ScoverageKeys
Seq(
// Semicolon-separated list of regexs matching classes to exclude
ScoverageKeys.coverageExcludedPackages := "<empty>;Reverse.*;.*AuthService.*;models\\.data\\..*;uk.gov.hmrc.BuildInfo;app.*;prod.*;config.*;",
ScoverageKeys.coverageExcludedPackages := "<empty>;Reverse.*;.*AuthService.*;models\\.data\\..*;uk.gov.hmrc.BuildInfo;app.*;prod.*;config.*;testOnlyDoNotUseInAppConf.*;subscription.*;testonly.*;",
ScoverageKeys.coverageMinimum := 90,
ScoverageKeys.coverageFailOnMinimum := false,
ScoverageKeys.coverageHighlighting := true
Expand Down

0 comments on commit 0885f9b

Please sign in to comment.