From c315861fe5da73a2cfaa362bb267f52177ae93db Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Tue, 10 Dec 2024 13:50:25 -0500 Subject: [PATCH] chore: remove non-existent "coverage" profile from sonar.yaml --- .github/workflows/sonar.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index 6456ccd2d..098f589d8 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -39,7 +39,6 @@ jobs: -DenableFullTestCoverage \ -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 \ -Dsonar.organization=googleapis \ - -Dsonar.host.url=https://sonarcloud.io \ No newline at end of file + -Dsonar.host.url=https://sonarcloud.io