Skip to content

Commit

Permalink
ci: add another app to sonarcloud
Browse files Browse the repository at this point in the history
one more app added
  • Loading branch information
karhama authored Jan 13, 2025
1 parent ca3ab85 commit 14b21c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
apt-get update
apt-get install -y curl unzip ruby gcc-multilib make
df -h
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v3
Expand All @@ -51,11 +52,12 @@ jobs:
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} ../zephyr/scripts/twister \
--ninja --integration \
--quarantine-list scripts/quarantine.yaml --quarantine-list scripts/quarantine_integration.yaml \
-T applications/asset_tracker_v2
-T applications/asset_tracker_v2 -T applications/connectivity_bridge
- name: Extract coverage into sonarqube xml format
working-directory: ncs/nrf
run: |
df -h
gcovr twister-out -v --merge-mode-functions=separate --sonarqube coverage.xml
- name: Run sonar-scanner on main
Expand Down

0 comments on commit 14b21c4

Please sign in to comment.