Analyse this repository explicitly rather than automatically - #2
Merged
Conversation
The sibling repositories are covered by SonarCloud's automatic analysis. This one is not, and quietly: it holds no application source, so the detector finds no language it recognises, the project sits empty, and a badge pointed at it never resolves. sonar-project.properties tells the scan where to look — the markdown and workflow files that are the substance of a community-health repository — and declares the absence of a test tree rather than leaving it to be inferred and reported as zero coverage against files that have no tests by design. Only this repo gets the workflow. The others keep automatic analysis, which suits them. Signed-off-by: Wessel Verheij <info@nightworks.io>
The scan failed with "Organization key 'beatrax-app' does not exist" — the GitHub organisation and the SonarCloud one do not share a name, and the project key does: beatrax-app_.github under organisation beatrax. Spec: GOV-R12 Signed-off-by: Wessel Verheij <info@nightworks.io>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



The sibling repositories are covered by SonarCloud's automatic analysis. This
one is not, and quietly — it holds no application source, so the language
detector finds nothing, the project sits empty, and a badge pointed at it never
resolves.
sonar-project.propertiestells the scan where to look: the markdown andworkflow files that are the substance of a community-health repository. It also
declares the absence of a test tree explicitly, so the scanner does not infer
one and report zero coverage against files that have no tests by design.
Only this repository gets the workflow — the others keep automatic analysis,
which suits them.
Needs
SONAR_TOKENvisible to this repo. The org secret is set withALLvisibility, so it already is.