Skip to content

Commit

Permalink
chore: remove non-existent "coverage" profile from sonar.yaml (#1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin authored Dec 11, 2024
1 parent cc9826e commit dd1fda5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-Dsonar.host.url=https://sonarcloud.io

0 comments on commit dd1fda5

Please sign in to comment.