From d7118f52acb4cab255d5d4765ed989557ef97d2d Mon Sep 17 00:00:00 2001 From: Timur Sadykov Date: Tue, 20 Feb 2024 02:46:32 -0800 Subject: [PATCH] fix path --- .github/workflows/sonar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \