Skip to content

Commit bc2e4be

Browse files
Update dotnet.yml
1 parent af8d7fd commit bc2e4be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6363
shell: powershell
6464
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
6666
dotnet restore
6767
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'
6969
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)