Skip to content

Commit 252918d

Browse files
committed
Disable multi-language scanning for sonar
1 parent 5e8f5b2 commit 252918d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: powershell
6060
run: |
6161
# Start SonarCloud analysis
62-
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Tsingis_bitcoin-web-api" /o:"tsingis" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths="coverage.xml"
62+
.\.sonar\scanner\dotnet-sonarscanner begin /k:"Tsingis_bitcoin-web-api" /o:"tsingis" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths="coverage.xml" /d:sonar.scanner.scanAll=false
6363
dotnet build --no-incremental
6464
dotnet-coverage collect "dotnet test" -f xml -o "coverage.xml"
6565
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)