File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,17 @@ jobs:
4141 - name : List coverage files
4242 run : ls '${{ github.workspace }}/coverage/'
4343
44- - name : SonarCloud Scan
45- uses : sonarsource/sonarcloud-github-action@master
46- with :
47- args : >
48- -Dsonar.organization=managedcode
49- -Dsonar.projectKey=managedcode_Communication
50- -Dsonar.token=${{ secrets.SONAR_TOKEN }}
51- -Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
52- env :
53- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
44+ # - name: SonarCloud Scan
45+ # uses: sonarsource/sonarcloud-github-action@master
46+ # with:
47+ # args: >
48+ # -Dsonar.organization=managedcode
49+ # -Dsonar.projectKey=managedcode_Communication
50+ # -Dsonar.token=${{ secrets.SONAR_TOKEN }}
51+ # -Dsonar.cs.opencover.reportsPaths=${{ github.workspace }}/coverage/
52+ # env:
53+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
5656 - name : Upload coverage reports to Codecov
5757 uses : codecov/codecov-action@v3
You can’t perform that action at this time.
0 commit comments