Skip to content

Commit

Permalink
Try pushing down coverage exclusion (kroxylicious#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-wall authored Dec 12, 2023
1 parent c16354b commit 7b57919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions kroxylicious-systemtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,12 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>ci</id>
<properties>
<sonar.coverage.exclusions>**/io/kroxylicious/systemtests/**</sonar.coverage.exclusions>
</properties>
</profile>
</profiles>
</project>
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,6 @@
<properties>
<sonar.organization>kroxylicious</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.exclusions>**/io/kroxylicious/systemtests/**</sonar.coverage.exclusions>
<impsort-maven-plugin.goal>check</impsort-maven-plugin.goal>
</properties>
<build>
Expand Down

0 comments on commit 7b57919

Please sign in to comment.