Skip to content

Commit 86b297a

Browse files
authored
Update sonarcloud.yml
1 parent 9311f25 commit 86b297a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/sonarcloud.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
shell: bash
2323
env:
2424
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
25-
# CMAKE_PREFIX_PATH: /opt/toolchains
26-
# ZEPHYR_SDK_INSTALL_DIR: ${{ github.workspace }}/nrf/zephyr
2725
steps:
2826
- uses: nrfconnect/action-checkout-west-update@main
2927
if: github.event_name == 'pull_request'
@@ -52,12 +50,7 @@ jobs:
5250
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} ../zephyr/scripts/twister \
5351
--ninja --integration --coverage --coverage-tool gcovr --coverage-formats sonarqube \
5452
--quarantine-list scripts/quarantine.yaml --quarantine-list scripts/quarantine_integration.yaml \
55-
-T applications/asset_tracker_v2 -p native_sim
56-
57-
# - name: Extract coverage into sonarqube xml format
58-
# working-directory: ncs/nrf
59-
# run: |
60-
# gcovr twister-out -v --merge-mode-functions=separate --sonarqube coverage.xml
53+
-T applications/asset_tracker_v2
6154
6255
- name: Run sonar-scanner on main
6356
working-directory: ncs/nrf
@@ -66,6 +59,7 @@ jobs:
6659
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6760
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6861
run: |
62+
cat twister-out/coverage/coverage.sonarqube.xml
6963
sonar-scanner \
7064
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}"/compile_commands.json \
7165
--define project.settings=sonar-project.properties \

0 commit comments

Comments
 (0)