You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Generate a token on Sonarcloud.io, add it to the secrets of this repo with the name SONAR_TOKEN (Settings > Secrets > Actions > add new repository secret)
53
58
with:
54
-
# Additional arguments for the SonarScanner CLI
55
59
args:
56
-
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
# Comma-separated paths to directories containing main source files.
61
-
#-Dsonar.sources= # optional, default is project base directory
62
-
# Comma-separated paths to directories containing test source files.
63
-
#-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/
64
-
# 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.
65
-
#-Dsonar.verbose= # optional, default is false
66
-
# When you need the analysis to take place in a directory other than the one from which it was launched, default is .
0 commit comments