-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Added sonarcloud Github Action #1243
Conversation
feat: Added sonarcloud Github Action
Fixed projectkey
Kudos, SonarCloud Quality Gate passed! |
@pascalwilbrink let's apply the same principle here of splitting the process into an unprivileged build workflow and a subsequent one triggered by |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before implementing we might want to check what rules/boundries we'd like to apply here
pull_request: | ||
branches: | ||
- 'main' | ||
- 'develop' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no develop branch on open-scd. This can be removed
pull_request_target: | ||
branches: | ||
- 'main' | ||
- 'develop' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's no develop branch on open-scd. This can be removed
Is this PR still relevant? |
It is weird that sonarcloud did not find anything. We have to check the configs. |
@trusz it is weird because if you navigate to their analysis of the main branch there are 45 bugs detailed in there: https://sonarcloud.io/project/issues?resolved=false&id=openscd_open-scd |
The SonarCloud projects does not exist anymore. I will close this PR, but we can reopen it again if we want to proceed with SonarCloud |
feat: Added sonarcloud Github Action
fixes: #1242