We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dad0a9 commit 9aaed2aCopy full SHA for 9aaed2a
.github/workflows/dotnet.yml
@@ -69,7 +69,7 @@ jobs:
69
if: matrix.platform.name == 'MacOS'
70
run: |
71
dotnet restore
72
- dotnet tool update --global dotnet-coverage
+ dotnet tool install --global dotnet-coverage
73
./.sonar/scanner/dotnet-sonarscanner begin /k:"magic5644_codeLineCounter" /o:"magic5644" /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
74
dotnet build --no-incremental
75
dotnet-coverage collect 'dotnet test --no-build' -f xml -o 'coverage.xml'
0 commit comments