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 7d8de4b commit e74e80d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,15 @@
<profile>
<id>sonar</id>
<properties>
<sonar.projectKey>retrylib</sonar.projectKey>
<sonar.projectKey>dm-drogeriemarkt_retrylib-spring-boot-starter</sonar.projectKey>
<sonar.sources>src/main/java</sonar.sources>
<sonar.jacoco.reportPaths>target/jacoco.exec</sonar.jacoco.reportPaths>
<sonar.javascript.lcov.reportPath>target/lcov.info</sonar.javascript.lcov.reportPath>
<sonar.java.binaries>target/classes</sonar.java.binaries>
<sonar.coverage.exclusions>
**/*Entity.*,**/*Mock.*,**/*Exception.*,**/*Properties.*,**/*Configuration.*,**/domain/**,**/test/**
</sonar.coverage.exclusions>
<sonar.test.exclusions>src/test</sonar.test.exclusions>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit e74e80d

Please sign in to comment.