Skip to content

Commit

Permalink
Added exclusion for test into sonar config
Browse files Browse the repository at this point in the history
  • Loading branch information
giampieroferrara committed Dec 10, 2024
1 parent 6a4aa5d commit 0a252b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<sonar.coverage.jacoco.xmlReportPaths>${project.basedir}/target/site/jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<sonar.coverage.exclusions>**/exception/**, **/response/**, **/request/**, **/entity/**, **/common/**,
**/utils/**, **/*Constant*, **/*Config.java, **/error/**, **/filter/**, org/**
**/utils/**, **/*Constant*, **/*Config.java, **/error/**, **/filter/**, org/**, **/test/**
</sonar.coverage.exclusions>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<commons-sdk-version>0.6.1</commons-sdk-version>
Expand Down

0 comments on commit 0a252b7

Please sign in to comment.