Skip to content

Enable SonarCloud analysis - #268

Merged
boyan-velinov merged 1 commit into
masterfrom
enable-sonarcloud-analysis
Aug 13, 2026
Merged

Enable SonarCloud analysis#268
boyan-velinov merged 1 commit into
masterfrom
enable-sonarcloud-analysis

Conversation

@boyan-velinov

Copy link
Copy Markdown
Contributor

Add SonarCloud configuration and a CI workflow that runs on push and pull requests to master:

  • sonar-project.properties: project key, sources/tests layout, and Go coverage + golangci-lint report paths
  • .github/workflows/sonar-scan.yml: build, test with coverage, golangci-lint, and Sonar scan
  • .golangci.yml: reproducible linter configuration
  • pull-request-build.yml: pin Go to 1.25.4 to match go.mod

Add SonarCloud configuration and a CI workflow that runs on push and
pull requests to master:

- sonar-project.properties: project key, sources/tests layout, and
  Go coverage + golangci-lint report paths
- .github/workflows/sonar-scan.yml: build, test with coverage,
  golangci-lint, and Sonar scan
- .golangci.yml: reproducible linter configuration
- pull-request-build.yml: pin Go to 1.25.4 to match go.mod

@IvanBorislavovDimitrov IvanBorislavovDimitrov left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@boyan-velinov
boyan-velinov merged commit ecb9333 into master Aug 13, 2026
6 of 7 checks passed
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.

2 participants