Searched +full:- +full:- +full:add +full:- +full:tracefile (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/.github/workflows/ |
D | codecov.yaml | 5 - cron: '25 06,18 * * *' 8 group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.head_ref || github.ref }} 9 cancel-in-progress: true 13 if: github.repository_owner == 'zephyrproject-rtos' 14 runs-on: 15 group: zephyr-runner-v2-linux-x64-4xlarge 17 image: ghcr.io/zephyrproject-rtos/ci-repo-cache:v0.27.4.20241026 18 options: '--entrypoint /bin/bash' 20 fail-fast: false 24 - platform: 'mps2/an385' [all …]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 3 # Copyright (c) 2018-2022 Intel Corporation 4 # SPDX-License-Identifier: Apache-2.0 72 hex_dump = sp[1][:-1] 100 # Iteratively call gcov-tool (not gcov) to merge the files 101 merge_tool = self.gcov_tool + '-tool' 102 for d1, d2 in zip(dirs[:-1], dirs[1:], strict=False): 103 cmd = [merge_tool, 'merge', d1, d2, '--output', d2] 107 with open(f'{dirs[-1]}/tmp.gcda', 'rb') as fp: 108 return fp.read(-1).hex() 117 filename = (filename[:-4]) + "gcno" [all …]
|