Skip to content

Commit 5ccc062

Browse files
committed
chore: update sonarCloud.yml to add coverage exclusions for config and application files
1 parent 291ec6d commit 5ccc062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sonarCloud.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
-Dsonar.host.url=https://sonarcloud.io \
5454
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
5555
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
56-
-Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml
56+
-Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml \
57+
-Dsonar.coverage.exclusions=**/*Config.java,**/*Application.java
5758
5859
- name: Stop Docker Compose
5960
if: always()

0 commit comments

Comments
 (0)