CONFIG_COVERAGE_DUMP
Dump coverage data on exit
Type: bool
Help
Dump collected coverage information to console on exit.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <Zephyr>/subsys/testsuite/Kconfig:53
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:61
Menu path: (Top) → Sub Systems and OS Services → Testing → Create coverage data → Create Coverage data from hardware platform
config COVERAGE_DUMP
bool "Dump coverage data on exit"
depends on COVERAGE_GCOV
help
Dump collected coverage information to console on exit.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)