We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f506c6 commit 3759a1bCopy full SHA for 3759a1b
.github/workflows/sonar.yml
@@ -67,7 +67,7 @@ jobs:
67
68
- name: Build
69
run: |
70
- ./gradlew build sonarqube --info \
+ ./gradlew build sonarqube -x test --info \
71
-Dsonar.projectKey=${{ env.SONARCLOUD_ORG }}_${{ github.event.repository.name }} \
72
-Dsonar.organization=${{ env.SONARCLOUD_ORG }} \
73
-Dsonar.host.url=${{ env.SONARCLOUD_HOST }}
0 commit comments