We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bb97f commit 00ed3adCopy full SHA for 00ed3ad
.github/actions/sonar/action.yml
@@ -15,7 +15,7 @@ runs:
15
- name: Code coverage and publish results
16
shell: bash
17
run: >
18
- ./gradlew --info sonarqube
+ ./gradlew --info sonar
19
-Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=512m"
20
-Dresults="build/reports/tests/test,build/test-results/test,build/reports/jacoco/test/html"
21
-Psonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_TOKEN
0 commit comments