Skip to content

Commit 7fc6f81

Browse files
authored
Update sonarcloud.yml
1 parent 25901c4 commit 7fc6f81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sonarcloud.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ name: SonarCloud analysis
3030

3131
on:
3232
push:
33-
branches: [ "main", "new-file-upload-system" ]
33+
branches: [ "main", "new-file-upload-system", "sonarcloud-addition" ]
3434
pull_request:
35-
branches: [ "main", "new-file-upload-system" ]
35+
branches: [ "main", "new-file-upload-system", "sonarcloud-addition" ]
3636
workflow_dispatch:
3737

3838
permissions:
@@ -61,8 +61,8 @@ jobs:
6161
# Comma-separated paths to directories containing main source files.
6262
#-Dsonar.sources= # optional, default is project base directory
6363
# When you need the analysis to take place in a directory other than the one from which it was launched
64-
#-Dsonar.projectBaseDir= # optional, default is .
64+
#-Dsonar.projectBaseDir=frontend/
6565
# Comma-separated paths to directories containing test source files.
6666
#-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/
6767
# 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.
68-
#-Dsonar.verbose= # optional, default is false
68+
#-Dsonar.verbose=true

0 commit comments

Comments
 (0)