-
CONFIG_COVERAGE
¶
Create coverage data
Type: bool
Help¶
This option will build your application with the -coverage option which will generate data that can be used to create coverage reports. Currently this is fully supported only on the native POSIX port.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/testsuite/Kconfig:40
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
Menu path: (top menu) → Testing
config COVERAGE bool prompt "Create coverage data" ifHAS_COVERAGE_SUPPORT
depends onHAS_COVERAGE_SUPPORT
help This option will build your application with the -coverage option which will generate data that can be used to create coverage reports. Currently this is fully supported only on the native POSIX port.
(Definitions include propagated dependencies, including from if’s and menus.)