We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aaed2a commit 140d096Copy full SHA for 140d096
1 file changed
.github/workflows/dotnet.yml
@@ -67,9 +67,10 @@ jobs:
67
68
- name: build and analyze
69
if: matrix.platform.name == 'MacOS'
70
+ shell: pwsh
71
run: |
- dotnet restore
72
dotnet tool install --global dotnet-coverage
73
+ dotnet restore
74
./.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
75
dotnet build --no-incremental
76
dotnet-coverage collect 'dotnet test --no-build' -f xml -o 'coverage.xml'
0 commit comments