File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 4545 -Dsonar.projectKey=googleapis_google-auth-library-java \
4646 -Dsonar.organization=googleapis \
4747 -Dsonar.host.url=https://sonarcloud.io
48+ - name : Build and analyze for logging tests
49+ env :
50+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
51+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
52+ run : |
53+ mvn -B verify -P '!slf4j2x,slf4j2x-test' \
54+ -Dcheckstyle.skip \
55+ -Djacoco.skip=true \
56+ -DenableFullTestCoverage \
57+ -Dsonar.coverage.jacoco.xmlReportPaths=oauth2_http/target/site/jacoco/jacoco.xml \
58+ org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
59+ -Dsonar.projectKey=googleapis_google-auth-library-java \
60+ -Dsonar.organization=googleapis \
61+ -Dsonar.host.url=https://sonarcloud.io
62+
You can’t perform that action at this time.
0 commit comments