Skip to content

Exclude tests, docs and tooling from SonarQube Cloud analysis - #16

Merged
saudzahirr merged 1 commit into
mainfrom
fix/sonar-exclude-non-source
Aug 5, 2026
Merged

Exclude tests, docs and tooling from SonarQube Cloud analysis#16
saudzahirr merged 1 commit into
mainfrom
fix/sonar-exclude-non-source

Conversation

@saudzahirr

Copy link
Copy Markdown
Collaborator

SonarQube Cloud was analysing paths never shipped in the published package.

sonar.exclusions=.github/**,tests/**,bin/**,docs/**

Every path above was verified to exist in this repository. Also covers
githubactions:S8541 (uv --no-build), which no source-built project can use.

🤖 Generated with Claude Code

Analysis covered paths that are never shipped in the published package,
so findings in tests, build tooling, documentation and CI definitions
counted against the quality gate without describing risk to users.

Excluded (each verified to exist here): .github tests bin docs

Directories this project does not have are omitted rather than copied
from a sibling repo, so the config stays readable and accurate.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@sonarqubecloud

sonarqubecloud Bot commented Aug 5, 2026

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@saudzahirr
saudzahirr merged commit 5af056a into main Aug 5, 2026
25 checks passed
@saudzahirr
saudzahirr deleted the fix/sonar-exclude-non-source branch August 5, 2026 12:09
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