Skip to content

Commit 9c394a8

Browse files
Fix
1 parent 50adf80 commit 9c394a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@ jobs:
5757
# mandatory
5858
-Dsonar.projectKey="SpiceSharp_SpiceSharpParser"
5959
-Dsonar.organization="spicesharp"
60-
-Dsonar.sources="/src"
60+
-Dsonar.sources="src"
61+
-Dsonar.verbose=true
6162
# Comma-separated paths to directories containing test source files.
6263
#-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/
6364
# 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.
64-
#-Dsonar.verbose= # optional, default is false
65+
6566
# When you need the analysis to take place in a directory other than the one from which it was launched, default is .
6667
projectBaseDir: .

0 commit comments

Comments
 (0)