-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ci: add sonarcloud example #19934
base: main
Are you sure you want to change the base?
ci: add sonarcloud example #19934
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
- "docs/**" | ||
pull_request: | ||
paths: | ||
- '**/*.c' |
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.
- '**/*.c' | |
- 'applications/asset_tracker_v2/**/*.c' | |
- 'applications/asset_tracker_v2/**/*.h' |
3f8853f
to
5ecdaf1
Compare
jobs: | ||
build: | ||
name: Build and analyze | ||
runs-on: ubuntu-22.04 |
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.
ubuntu-latest? GH switched to 24.04 last week.
sonar-project.properties
Outdated
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.
add entry in CODEOWNERS for this?
This is example workflow to build one app with sonarcloud. Signed-off-by: Kari Hamalainen <[email protected]>
This is example workflow to build one sample with sonarcloud.