Skip to content

Commit

Permalink
[RST-13] Migrate to Sonarqube (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
louman authored Jan 8, 2025
1 parent 54051da commit ed13843
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
run: bundle exec rspec

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
with:
args: >
-Dsonar.organization=readytech
-Dsonar.projectKey=rdytech_patches
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.projectKey=rdytech_patches_4fe7fcf4-bbfc-4b19-be78-87e73d1f301e
-Dsonar.host.url=https://sonarqube.readytech.io
-Dsonar.sources=lib/
-Dsonar.inclusions=**/*.rb
-Dsonar.tests=spec/
-Dsonar.ruby.coverage.reportPaths=coverage/.resultset.json
-Dsonar.plugins.downloadOnlyRequired=true
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit ed13843

Please sign in to comment.