Skip to content

Commit

Permalink
OXDEV-8952: Fix sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Dec 13, 2024
1 parent 654dbf8 commit 6109e9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/oxid-esales/graphql-configuration-access_light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ sonarcloud:
project_key: 'OXID-eSales_graphql-configuration-access'
project_name: 'oxid-esales/graphql-configuration-access'
parameters: |
-Dsonar.language=php
-Dsonar.scm.provider=git
-Dsonar.sources=src
-Dsonar.tests=tests
-Dsonar.language=php \
-Dsonar.scm.provider=git \
-Dsonar.sources=src \
-Dsonar.tests=tests \
-Dsonar.php.phpstan.reportPaths=coverage-reports/phpstan.report.json
finish:
Expand Down

0 comments on commit 6109e9a

Please sign in to comment.