mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 18:56:15 +00:00
Builds with coverage enabled are in a continuous state of bit-rot as no CI job enables it. Introduce a dedicated x86 target that builds with coverage enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
14 lines
222 B
YAML
14 lines
222 B
YAML
identifier: qemu_x86_coverage
|
|
name: QEMU Emulation for X86 (Code coverage enabled)
|
|
type: qemu
|
|
arch: x86
|
|
simulation: qemu
|
|
toolchain:
|
|
- zephyr
|
|
- xtools
|
|
testing:
|
|
default: true
|
|
ignore_tags:
|
|
- net
|
|
- bluetooth
|