nevermind on verbose I guess

This commit is contained in:
Ean Milligan (Bastion) 2022-05-20 00:55:35 -04:00
parent 551bfbbeaf
commit a994a81e89
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Analyze with SonarCloud - name: Analyze with SonarCloud
# You can pin the exact commit or the version. # You can pin the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049 # uses: SonarSource/sonarcloud-github-action@de2e56b42aa84d0b1c5b622644ac17e505c9a049
@ -53,7 +53,7 @@ jobs:
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) 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)
with: with:
# Additional arguments for the sonarcloud scanner # Additional arguments for the sonarcloud scanner
args: args:
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu) # Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
# mandatory # mandatory
-Dsonar.projectKey=The_Artificer -Dsonar.projectKey=The_Artificer
@ -65,4 +65,4 @@ jobs:
# Comma-separated paths to directories containing test source files. # 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/ #-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. # 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 #-Dsonar.verbose=true