diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 0153a62a3..153e51d0f 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -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 \