Home
last modified time | relevance | path

Searched +full:- +full:- +full:branch +full:- +full:coverage (Results 1 – 2 of 2) sorted by relevance

/uoscore-uedhoc-3.6.0/scripts/
Dgen_coverage_report.sh4 # file at the top-level directory of this distribution.
6 # Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
7 # http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
8 # <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
12 # 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 …]
/uoscore-uedhoc-3.6.0/.github/workflows/
Dci.yml9 name: Build uoscore-uedhoc
10 runs-on: ubuntu-latest
13 - name: Install Zephyr tools
15 wget https://apt.kitware.com/kitware-archive.sh
16 sudo bash kitware-archive.sh
17--no-install-recommends git cmake ninja-build gperf ccache dfu-util device-tree-compiler wget pyth…
18 cmake --version
19 python3 --version
20 dtc --version
23 sudo apt install python3-venv
[all …]