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 71fd705 commit ee3643dCopy full SHA for ee3643d
.github/workflows/sonar.yaml
@@ -39,6 +39,7 @@ jobs:
39
GOOGLE_SDK_JAVA_LOGGING: true
40
run: |
41
mvn -B verify -Dcheckstyle.skip \
42
+ -Djacoco.skip=true
43
-DenableFullTestCoverage \
44
-Dsonar.coverage.jacoco.xmlReportPaths=oauth2_http/target/site/jacoco/jacoco.xml \
45
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
0 commit comments