Skip to content

Restore SonarCloud#57

Merged
utilForever merged 8 commits intomainfrom
restore-sonarcloud
Mar 20, 2026
Merged

Restore SonarCloud#57
utilForever merged 8 commits intomainfrom
restore-sonarcloud

Conversation

@utilForever
Copy link
Copy Markdown
Owner

This revision includes:

  • Restore SonarCloud (Resolves Restore SonarCloud #55)
    • Restore configuration file for SonarCloud
    • Update SonarCloud properties file
    • Update Sonar Scanner CLI version

@utilForever utilForever requested a review from Copilot March 19, 2026 14:42
@utilForever utilForever self-assigned this Mar 19, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Restores SonarCloud static analysis for the repository by reintroducing the SonarCloud workflow and updating SonarCloud project configuration to match the current SonarCloud org/project.

Changes:

  • Updates sonar-project.properties with SonarCloud projectKey and organization.
  • Re-enables the GitHub Actions SonarCloud workflow for Ubuntu and updates toolchain/scanner versions.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
sonar-project.properties Updates SonarCloud project identification (key/org) used by scans.
.github/workflows/ubuntu-sonarcloud.yml Re-enables SonarCloud CI job and updates runner/tooling for analysis execution.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread .github/workflows/ubuntu-sonarcloud.yml Outdated
Comment thread .github/workflows/ubuntu-sonarcloud.yml Outdated
Comment thread .github/workflows/ubuntu-sonarcloud.yml
Comment thread .github/workflows/ubuntu-sonarcloud.yml
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.53%. Comparing base (c5189cd) to head (fa9e465).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #57   +/-   ##
=======================================
  Coverage   99.53%   99.53%           
=======================================
  Files           8        8           
  Lines         429      429           
  Branches       56       56           
=======================================
  Hits          427      427           
  Misses          2        2           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@utilForever utilForever marked this pull request as ready for review March 20, 2026 00:25
@sonarqubecloud
Copy link
Copy Markdown

@utilForever utilForever requested a review from Copilot March 20, 2026 00:49
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Restores SonarCloud static analysis integration for the repository by reintroducing the SonarCloud workflow and updating SonarCloud project configuration so scans can run again (per #55).

Changes:

  • Updated sonar-project.properties with the SonarCloud project key and organization.
  • Re-enabled the GitHub Actions SonarCloud workflow and modernized it (Ubuntu 24.04, updated checkout action, updated Sonar Scanner CLI, full git history).
  • Adjusted coverage collection to use the compiler-versioned gcov tool.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
sonar-project.properties Sets SonarCloud project key/org and keeps project metadata and analyzer properties.
.github/workflows/ubuntu-sonarcloud.yml Re-enables and updates the SonarCloud scan workflow (tooling, OS/compiler, coverage generation, scan invocation).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@utilForever utilForever merged commit 2c8286f into main Mar 20, 2026
25 checks passed
@utilForever utilForever deleted the restore-sonarcloud branch March 20, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restore SonarCloud

2 participants