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

Add SonarCloud integration to GitHub Actions #156

Merged
merged 5 commits into from
Apr 10, 2024
Merged

Add SonarCloud integration to GitHub Actions #156

merged 5 commits into from
Apr 10, 2024

Conversation

SmetDenis
Copy link
Member

The GitHub Actions pipeline now includes a step to perform a SonarCloud scan. The new "SonarCloud Scan" step will utilize the SonarSource sonarcloud-github-action, and takes advantage of GITHUB and SONAR tokens stored as secrets. Additionally, a new 'sonar-project.properties' file has been added, configuring the project for SonarCloud analysis.

The GitHub Actions pipeline now includes a step to perform a SonarCloud scan. The new "SonarCloud Scan" step will utilize the SonarSource sonarcloud-github-action, and takes advantage of GITHUB and SONAR tokens stored as secrets. Additionally, a new 'sonar-project.properties' file has been added, configuring the project for SonarCloud analysis.
The hardcoded values for project key, project name, and organization have been removed from sonar-project.properties. This refactoring is part of the project's integration with SonarCloud in the GitHub Actions pipeline to perform code scans.
@coveralls
Copy link

coveralls commented Apr 10, 2024

Pull Request Test Coverage Report for Build 8629906481

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.745%

Totals Coverage Status
Change from base Build 8628727766: 0.0%
Covered Lines: 3151
Relevant Lines: 3257

💛 - Coveralls

The sonar-project.properties file has been updated with the project key, organization, and project name. This change is made in order to customize the properties file for the 'CSV-Blueprint' project, as part
The sonar-project.properties file has been updated with the project key, organization, and project name. This change is made in order to customize the properties file for the 'CSV-Blueprint' project, as part
The sonar-project.properties file has been updated with the project key, organization, and project name. This change is made in order to customize the properties file for the 'CSV-Blueprint' project, as part
Copy link

sonarcloud bot commented Apr 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@SmetDenis SmetDenis merged commit 161b603 into master Apr 10, 2024
11 checks passed
@SmetDenis SmetDenis deleted the sonarqube branch April 10, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants