Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Add SonarCloud scan to code-test workflow (#62)
# Pull Request ## Description This change integrates SonarCloud scanning into the CI/CD pipeline and configures the project for SonarCloud analysis. The following modifications have been made: 1. Added a new step in the `code-test.yml` workflow to run SonarCloud scanning after unit tests. 2. Created a `sonar-project.properties` file to configure SonarCloud analysis settings. The SonarCloud integration will provide automated code quality and security analysis for the project. It uses the official SonarCloud GitHub Action and requires `GITHUB_TOKEN` and `SONAR_TOKEN` secrets to be set up in the repository. These changes will enhance the project's code quality monitoring and help identify potential issues early in the development process. fixes #48
- Loading branch information