-
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¶
Kconfig definition¶
At subsys/testsuite/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
Menu path: (top menu) → Testing
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.
(Definitions include propagated dependencies, including from if’s and menus.)