From 9386f3bf1c44820cbfde724625363db2fd965109 Mon Sep 17 00:00:00 2001 From: Antonio Musarra Date: Sat, 27 Apr 2024 18:34:56 +0200 Subject: [PATCH] Enabled verbose on SonarSource/sonarcloud-github-action --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index e4e92f2..41c6786 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -58,6 +58,7 @@ jobs: # mandatory -Dsonar.projectKey=amusarra_eventbus-logging-filter-jaxrs -Dsonar.organization=amusarra-github + -Dsonar.verbose=true # optional, default is false # Comma-separated paths to directories containing main source files. #-Dsonar.sources= # optional, default is project base directory # When you need the analysis to take place in a directory other than the one from which it was launched @@ -65,4 +66,3 @@ jobs: # Comma-separated paths to directories containing test source files. #-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/ # 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=true # optional, default is false