Skip to content

Commit d154c82

Browse files
committed
Remove comments
1 parent 15ab572 commit d154c82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sonarcube.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
env:
7676
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7777
run: >-
78-
# TODO: Revert to OpenCover, see https://github.com/microsoft/testfx/issues/7104
79-
# /d:sonar.cs.opencover.reportsPaths=**/coverage.opencover.xml
8078
dotnet sonarscanner begin /k:"SteeltoeOSS_steeltoe" /o:"steeltoeoss" /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
8179
/d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=TestOutput/SonarQube.xml
8280

0 commit comments

Comments
 (0)