Skip to content

Commit

Permalink
exclude filter to test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
manuraf committed Feb 23, 2024
1 parent f7f1f88 commit 4847a49
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 @@ -14,7 +14,7 @@

<properties>
<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/**, org/**</sonar.coverage.exclusions>
<sonar.coverage.exclusions>**/exception/**, **/response/**, **/request/**, **/entity/**, **/common/**, **/utils/**, **/*Constant*, **/*Config.java, **/error/**, **/filter/**, org/**</sonar.coverage.exclusions>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
</properties>

Expand Down

0 comments on commit 4847a49

Please sign in to comment.