Skip to content

Commit 2ef92d1

Browse files
committed
Try Sonar 6
1 parent e28f02f commit 2ef92d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# TODO: Revert to OpenCover, see https://github.com/microsoft/testfx/issues/7104
7979
# /d:sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
8080
dotnet sonarscanner begin /k:"SteeltoeOSS_steeltoe" /o:"steeltoeoss" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
81-
/d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=SonarQube.xml
81+
/d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=TestOutput/SonarQube.xml
8282
8383
- name: Build solution
8484
run: dotnet build ${{ env.SOLUTION_FILE }} --no-restore --configuration Release --verbosity minimal

0 commit comments

Comments
 (0)