Skip to content

Commit

Permalink
OXDEV-8593: Fix sonarcloud coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Dec 12, 2024
1 parent 9caf5c0 commit 1baee51
Show file tree
Hide file tree
Showing 2 changed files with 5 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
1 change: 1 addition & 0 deletions tests/Unit/Theme/DataType/ThemeDataTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/**
* @covers \OxidEsales\GraphQL\ConfigurationAccess\Shared\DataType\AbstractComponentDataType
* @covers \OxidEsales\GraphQL\ConfigurationAccess\Theme\DataType\ThemeDataType
*/
class ThemeDataTypeTest extends TestCase
{
Expand Down

0 comments on commit 1baee51

Please sign in to comment.