mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-17 12:05:52 +00:00
Limit to kernel tests, this should not try and run every sample or test we have as it only verifies the coverage feature, but not collecting coverage. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
223 B
YAML
14 lines
223 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
|
|
only_tags:
|
|
- kernel
|
|
- userspace
|