From 6c6ce3e0a81154be3d25565986d0b54eb22a111b Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:46:31 +0200 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index eb12658..6ba2b31 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -57,8 +57,8 @@ jobs: # mandatory -Dsonar.projectKey=s-allius_tsun-gen3-proxy -Dsonar.organization=s-allius - -Dsonar.sources=./app/src - -Dsonar.tests=./app/tests,./system_tests + -Dsonar.sources=tsun-gen3-proxy/app/src + -Dsonar.tests=tsun-gen3-proxy/app/tests,tsun-gen3-proxy/system_tests # Adds more detail to both client and server-side analysis logs, activating DEBUG mode for the scanner, and adding client-side environment variables and system properties to the server-side log of analysis report processing. #-Dsonar.verbose= # optional, default is false # When you need the analysis to take place in a directory other than the one from which it was launched, default is .