Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Namoshek authored Jan 24, 2025
1 parent 8db71a8 commit 5b7479b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
/o:"namoshek" `
/d:sonar.host.url="https://sonarcloud.io" `
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" `
/d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml
/d:sonar.cs.vscoveragexml.reportsPaths=**/coverage.xml
dotnet build --configuration "Release" --no-incremental
dotnet-coverage collect 'dotnet test --no-restore --no-build --configuration Release' -f xml -o 'coverage.xml'
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
Expand Down

0 comments on commit 5b7479b

Please sign in to comment.