Skip to content

Commit 97f5584

Browse files
committed
Add code quality scanning
1 parent 09470f6 commit 97f5584

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/scan.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ jobs:
104104
- name: Generate code coverage
105105
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
106106

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

0 commit comments

Comments
 (0)