Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurSadykov committed Feb 20, 2024
1 parent dab5d6b commit d7118f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
run: |
mvn -B verify -Dcheckstyle.skip \
-DenableFullTestCoverage \
-Dsonar.coverage.jacoco.xmlReportPaths=oauth2_http/target/site/jacoco-aggregate/jacoco.xml \
-Dsonar.coverage.jacoco.xmlReportPaths=oauth2_http/target/site/jacoco/jacoco.xml \
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
-Pcoverage \
-Dsonar.projectKey=googleapis_google-auth-library-java \

0 comments on commit d7118f5

Please sign in to comment.