File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 }}"
You can’t perform that action at this time.
0 commit comments