Skip to content

Commit c63398c

Browse files
Fix
1 parent d5b91c2 commit c63398c

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="src"
60+
-Dsonar.sources="./src"
6161
-Dsonar.verbose="true"
6262
# Comma-separated paths to directories containing test source files.
6363
#-Dsonar.tests= # optional. For more info about Code Coverage, please refer to https://docs.sonarcloud.io/enriching/test-coverage/overview/

0 commit comments

Comments
 (0)