We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28f02f commit 2ef92d1Copy full SHA for 2ef92d1
.github/workflows/sonarcube.yml
@@ -78,7 +78,7 @@ jobs:
78
# TODO: Revert to OpenCover, see https://github.com/microsoft/testfx/issues/7104
79
# /d:sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
80
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
+ /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=TestOutput/SonarQube.xml
82
83
- name: Build solution
84
run: dotnet build ${{ env.SOLUTION_FILE }} --no-restore --configuration Release --verbosity minimal
0 commit comments