We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1d4c0 commit c412fa8Copy full SHA for c412fa8
1 file changed
.github/workflows/dotnet.yml
@@ -69,6 +69,7 @@ jobs:
69
if: matrix.platform.name == 'MacOS'
70
run: |
71
dotnet restore
72
+ dotnet tool update --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
74
dotnet build --no-incremental
75
dotnet-coverage collect 'dotnet test --no-build' -f xml -o 'coverage.xml'
0 commit comments