Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate Sonarcloud to scan pull requests #5508

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ethax-ross
Copy link
Collaborator

⚠️ WIP

Jira-3957

Context

We want to integrate Sonarcloud so that it can scan raised PRs and flag any potential issues/aid in reviewing them.

Changes proposed in this pull request

  • Integrate lint workflow into rspec workflow so that we can grab the Rubocop output.
  • Add rspec-sonarqube-formatter gem so that we can output rspec results in a format Sonarcloud understands.
  • Add coverage.rake task so that we can collate coverage reports from multiple test runners.
  • Add sonar-project.properties with a basic config for sonarscanner

Guidance to review

TODO: link to successful run

@ethax-ross ethax-ross force-pushed the 3957-add-sonarcloud branch 3 times, most recently from a2db39c to b1f119a Compare January 31, 2025 15:55
We want to integrate Sonarcloud so that it can scan raised PRs and flag any potential issues/aid in reviewing them.

- Integrate `lint` workflow into `rspec` workflow so that we can grab the Rubocop output.
- Add `rspec-sonarqube-formatter` gem so that we can output rspec results in a format Sonarcloud understands.
- Add `coverage.rake` task so that we can collate coverage reports from multiple test runners.
- Add `sonar-project.properties` with a basic config for `sonarscanner`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant