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 15ab572 commit d154c82Copy full SHA for d154c82
.github/workflows/sonarcube.yml
@@ -75,8 +75,6 @@ jobs:
75
env:
76
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
77
run: >-
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=TestOutput/SonarQube.xml
82
0 commit comments