Skip to content

Commit 50adf80

Browse files
Fix
1 parent d5fd22d commit 50adf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# mandatory
5858
-Dsonar.projectKey="SpiceSharp_SpiceSharpParser"
5959
-Dsonar.organization="spicesharp"
60-
-Dsonar.sources="/home/runner/work/SpiceSharpParser/SpiceSharpParser"
60+
-Dsonar.sources="/src"
6161
# Comma-separated paths to directories containing test source files.
6262
#-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/
6363
# 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.

0 commit comments

Comments
 (0)