From b3f1d97c3d3aea312121bb1124a85de9887b42aa Mon Sep 17 00:00:00 2001 From: Stefan Allius <122395479+s-allius@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:27:35 +0200 Subject: [PATCH] Update sonarcloud.yml --- .github/workflows/sonarcloud.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 7a4c1e5..e523247 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -57,10 +57,8 @@ jobs: # mandatory -Dsonar.projectKey=s-allius_tsun-gen3-proxy -Dsonar.organization=s-allius - # Comma-separated paths to directories containing main source files. - -Dsonar.sources=app/src # optional, default is project base directory - # Comma-separated paths to directories containing test source files. - -Dsonar.tests=app/tests,system_tests # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/ + -Dsonar.sources=app/src + -Dsonar.tests=app/tests,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 .