File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ jobs:
104
104
- name : Generate code coverage
105
105
run : cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
106
106
107
- - name : SonarCloud Scan
108
- uses : SonarSource/sonarcloud-github-action@master
109
- env :
110
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
111
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
112
- with :
113
- args : >
114
- -Dsonar.externalIssuesReportPaths=sonar-issues.json
115
- -Dcommunity.rust.lcov.reportPaths=lcov.info
107
+ # - name: SonarCloud Scan
108
+ # uses: SonarSource/sonarcloud-github-action@master
109
+ # env:
110
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
111
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
112
+ # with:
113
+ # args: >
114
+ # -Dsonar.externalIssuesReportPaths=sonar-issues.json
115
+ # -Dcommunity.rust.lcov.reportPaths=lcov.info
You can’t perform that action at this time.
0 commit comments