We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140d096 commit add2e0cCopy full SHA for add2e0c
.github/workflows/dotnet.yml
@@ -73,7 +73,7 @@ jobs:
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'
+ dotnet-coverage collect 'dotnet test --no-build' -f cobertura -o 'coverage.xml'
77
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
78
79
- name: Build Release
0 commit comments