We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3113af commit 1ffa120Copy full SHA for 1ffa120
1 file changed
.github/workflows/sonarcloud.yml
@@ -38,13 +38,13 @@ jobs:
38
/o:"304notmodified" \
39
/d:sonar.token="${SONAR_TOKEN}" \
40
/d:sonar.host.url="https://sonarcloud.io" \
41
- /d:sonar.cs.vscoveragexml.reportsPaths="**/TestResults/**/*.xml"
+ /d:sonar.cs.cobertura.reportsPaths="**/TestResults/**/*.cobertura.xml"
42
43
- name: Build
44
run: dotnet build SLNX-validator.slnx --no-restore -c Release
45
46
- name: Test with coverage
47
- run: dotnet test --solution SLNX-validator.slnx --no-build -c Release --verbosity normal -- --coverage --coverage-output-format xml
+ run: dotnet test --solution SLNX-validator.slnx --no-build -c Release --verbosity normal -- --coverage --coverage-output-format cobertura
48
49
- name: End SonarCloud analysis
50
env:
0 commit comments