Searched +full:- +full:- +full:branch +full:- +full:coverage (Results 1 – 2 of 2) sorted by relevance
4 # file at the top-level directory of this distribution.6 # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or7 # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license8 # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your12 # This script generates a code coverage report.13 …: https://docs.zephyrproject.org/latest/develop/test/coverage.html#coverage-reports-using-the-posi…16 rm -rf build/17 rm -rf ../build/18 rm -rf ../report_coverage/20 west build -b native_posix -- -DCONFIG_COVERAGE=y[all …]
9 name: Build uoscore-uedhoc10 runs-on: ubuntu-latest13 - name: Install Zephyr tools15 wget https://apt.kitware.com/kitware-archive.sh16 sudo bash kitware-archive.sh17 …--no-install-recommends git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget pyth…18 cmake --version19 python3 --version20 dtc --version23 sudo apt install python3-venv[all …]