File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
63
63
shell : powershell
64
64
run : |
65
- .\.sonar\scanner\dotnet-sonarscanner begin /k:"Andrei-Constantin-Programmer_LangfoodiAPI" /o:"andrei-constantin-programmer" /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
65
+ .\.sonar\scanner\dotnet-sonarscanner begin /k:"Andrei-Constantin-Programmer_LangfoodiAPI" /o:"andrei-constantin-programmer" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.vscoveragexml.reportsPaths="coverage/coverage .xml" /d:sonar.verbose=true
66
66
dotnet restore
67
67
dotnet build --no-restore --configuration Release
68
- dotnet-coverage collect 'dotnet test --no-build --configuration Release' -f xml -o 'coverage.xml'
68
+ dotnet-coverage collect 'dotnet test --no-build --configuration Release' -f xml -o 'coverage/coverage .xml'
69
69
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
You can’t perform that action at this time.
0 commit comments