Skip to content

Commit

Permalink
Update SonarCloud configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Apr 28, 2024
1 parent 05aa9a1 commit 0b074cf
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/scan-sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,8 @@ 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)
with:
# Additional arguments for the sonarcloud scanner
args:
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
# mandatory
args: >
-Dsonar.projectKey=NorseDreki_dogcat
-Dsonar.organization=norsedreki
-Dsonar.language="kotlin"
-Dsonar.inclusions="**/*.kt"
#-Dsonar.sources="src/commonMain"

# 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
-Dsonar.inclusions="**/*.kt"

0 comments on commit 0b074cf

Please sign in to comment.