Skip to content

Commit

Permalink
excluded test folder from sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTheBaker committed Jul 24, 2019
1 parent e74e80d commit 313034d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
**/*Entity.*,**/*Mock.*,**/*Exception.*,**/*Properties.*,**/*Configuration.*,**/domain/**,**/test/**
</sonar.coverage.exclusions>
<sonar.test.exclusions>src/test</sonar.test.exclusions>
<sonar.exclusions>src/test</sonar.exclusions>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 313034d

Please sign in to comment.