We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291ec6d commit 5ccc062Copy full SHA for 5ccc062
.github/workflows/sonarCloud.yml
@@ -53,7 +53,8 @@ jobs:
53
-Dsonar.host.url=https://sonarcloud.io \
54
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
55
-Dsonar.coverage.jacoco.xmlReportPaths=target/site/jacoco/jacoco.xml \
56
- -Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml
+ -Dsonar.java.checkstyle.reportPaths=target/checkstyle-result.xml \
57
+ -Dsonar.coverage.exclusions=**/*Config.java,**/*Application.java
58
59
- name: Stop Docker Compose
60
if: always()
0 commit comments