Skip to content

Commit

Permalink
Exclude test specification from coverage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-dejongh committed Sep 25, 2024
1 parent 24148e8 commit 9c321af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commons-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<sonar.projectKey>sddevelopment-be_coding-utils:${project.artifactId}</sonar.projectKey>
<sonar.coverage.jacoco.xmlReportPaths>${jacoco.build.dir}/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<jacoco.build.dir>${project.build.directory}/jacoco</jacoco.build.dir>
<sonar.coverage.exclusions>**/conventions/*.java</sonar.coverage.exclusions>
</properties>

<dependencies>
Expand Down

0 comments on commit 9c321af

Please sign in to comment.