Skip to content

Commit

Permalink
[RST-13] Migrate to Sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
louman committed Jan 7, 2025
1 parent 54051da commit ba464eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
- name: SonarQube Scan
uses: sonarsource/sonarcloud-github-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 ba464eb

Please sign in to comment.