File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,6 @@ matrix_builds=1
3535matrix=1
3636
3737function handle_coverage() {
38- # this is for shippable coverage reports
39- echo " Calling gcovr"
40- gcovr -r ${ZEPHYR_BASE} -x > shippable/codecoverage/coverage.xml
41-
42-
4338 # Upload to codecov.io only on merged builds or if CODECOV_IO variable
4439 # is set.
4540 if [ -n " ${CODECOV_IO} " -o -z " ${pull_request_nr} " ]; then
@@ -91,24 +86,6 @@ function on_complete() {
9186 fi
9287
9388 rm -rf ccache $HOME /.cache/zephyr
94- mkdir -p shippable/testresults
95- mkdir -p shippable/codecoverage
96-
97- if [ -e ./twister-out/twister.xml ]; then
98- echo " Copy ./twister-out/twister.xml"
99- cp ./twister-out/twister.xml shippable/testresults/
100- fi
101-
102- if [ -e ./module_tests/twister.xml ]; then
103- echo " Copy ./module_tests/twister.xml"
104- cp ./module_tests/twister.xml \
105- shippable/testresults/module_tests.xml
106- fi
107-
108- if [ -e ${bsim_bt_test_results_file} ]; then
109- echo " Copy ${bsim_bt_test_results_file} "
110- cp ${bsim_bt_test_results_file} shippable/testresults/
111- fi
11289
11390 if [ " $matrix " = " 1" ]; then
11491 echo " Skip handling coverage data..."
You can’t perform that action at this time.
0 commit comments