:orphan: .. title:: HAS_COVERAGE_SUPPORT .. option:: CONFIG_HAS_COVERAGE_SUPPORT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== The code coverage report generation is only available on boards with enough spare RAM to buffer the coverage data, or on boards based on the POSIX ARCH. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BOARD_NSIM ` - \ :option:`BOARD_QEMU_ARC ` - \ :option:`BOARD_MPS2_AN385 ` - \ :option:`BOARD_MPS2_AN521 ` - \ :option:`BOARD_QEMU_X86 ` - \ :option:`BOARD_QEMU_X86_64 ` - \ :option:`ARCH_POSIX ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` Menu path: (Top) → Sub Systems and OS Services → Testing .. parsed-literal:: config HAS_COVERAGE_SUPPORT bool help The code coverage report generation is only available on boards with enough spare RAM to buffer the coverage data, or on boards based on the POSIX ARCH. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*