Skip to content

Commit

Permalink
including testing support modules in sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 committed Dec 21, 2023
1 parent 8689ba4 commit 58cbfe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@
${maven.multiModuleProjectDirectory}/main/target/site/jacoco-aggregate/jacoco.xml
</sonar.coverage.jacoco.xmlReportPaths>
<sonar.exclusions>
runtime/target/generated-sources/**,test-support/src/**,spi-test-support/src/**
runtime/target/generated-sources/**
</sonar.exclusions>
</properties>
<build>
Expand Down

0 comments on commit 58cbfe7

Please sign in to comment.