Skip to content

Commit a1eba4c

Browse files
committed
fix: sonar for the last time
1 parent a4c8d39 commit a1eba4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonar-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
/d:sonar.verbose=false \
106106
/d:sonar.token=$SONAR_TOKEN \
107107
/d:sonar.scanner.scanAll=false \
108-
/d:sonar.dotnet.excludeTestProjects=true
108+
/d:sonar.dotnet.excludeTestProjects=true \
109109
/d:sonar.cs.opencover.reportsPaths="${{ steps.download-coverage.outputs.download-path }}/*/workspace-opencov/*/*.xml","${{ steps.download-generator-coverage.outputs.download-path }}/*/*/*.xml" \
110110
/d:sonar.exclusions="Coverage/**, CoverageReport/**"
111111
dotnet build scriptable-values.sln

0 commit comments

Comments
 (0)