File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 22
22
shell : bash
23
23
env :
24
24
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
27
25
steps :
28
26
- uses : nrfconnect/action-checkout-west-update@main
29
27
if : github.event_name == 'pull_request'
52
50
build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} ../zephyr/scripts/twister \
53
51
--ninja --integration --coverage --coverage-tool gcovr --coverage-formats sonarqube \
54
52
--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
61
54
62
55
- name : Run sonar-scanner on main
63
56
working-directory : ncs/nrf
66
59
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
60
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
68
61
run : |
62
+ cat twister-out/coverage/coverage.sonarqube.xml
69
63
sonar-scanner \
70
64
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}"/compile_commands.json \
71
65
--define project.settings=sonar-project.properties \
You can’t perform that action at this time.
0 commit comments