Skip to content

Commit

Permalink
Enabled verbose on SonarSource/sonarcloud-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
amusarra committed Apr 27, 2024
1 parent 19f4242 commit 9386f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ 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
#-Dsonar.projectBaseDir= # optional, default is .
# 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

0 comments on commit 9386f3b

Please sign in to comment.