Skip to content

Commit fe4e000

Browse files
Use sonar.coverageReportPaths for Cobertura coverage in SonarCloud
Co-authored-by: 304NotModified <5808377+304NotModified@users.noreply.github.com>
1 parent 48d4f55 commit fe4e000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
/o:"304notmodified" \
3939
/d:sonar.token="${SONAR_TOKEN}" \
4040
/d:sonar.host.url="https://sonarcloud.io" \
41-
/d:sonar.cs.cobertura.reportsPaths="**/TestResults/**/*.cobertura.xml"
41+
/d:sonar.coverageReportPaths="**/TestResults/**/*.cobertura.xml"
4242
4343
- name: Build
4444
run: dotnet build SLNX-validator.slnx --no-restore -c Release

0 commit comments

Comments
 (0)