From a35501e792392ae861daf0d8aa3b481c655d6b2d Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Wed, 14 Aug 2024 17:14:56 +0200 Subject: [PATCH 1/2] Set Dsonar.php.phpstan.reportPaths in workflow --- .github/oxid-esales/graphql-configuration-access_light.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/oxid-esales/graphql-configuration-access_light.yaml b/.github/oxid-esales/graphql-configuration-access_light.yaml index 2aa1bae..85b56f6 100644 --- a/.github/oxid-esales/graphql-configuration-access_light.yaml +++ b/.github/oxid-esales/graphql-configuration-access_light.yaml @@ -59,6 +59,7 @@ sonarcloud: -Dsonar.scm.provider=git -Dsonar.sources=src -Dsonar.tests=tests + -Dsonar.php.phpstan.reportPaths=tests/Reports/phpstan.report.json finish: slack_title: 'Configuration Access module ({{ .Data.global.git.shop_ref }}) by {{ .Github.Actor }}' From 4b2c41c1634f6873b955d3c75e73d942ff1eae7d Mon Sep 17 00:00:00 2001 From: marcelmanzel Date: Thu, 15 Aug 2024 10:17:17 +0200 Subject: [PATCH 2/2] Rename reports directory to uppercase --- tests/{reports => Reports}/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename tests/{reports => Reports}/.gitkeep (100%) diff --git a/tests/reports/.gitkeep b/tests/Reports/.gitkeep similarity index 100% rename from tests/reports/.gitkeep rename to tests/Reports/.gitkeep