CONFIG_COVERAGE_DUMP¶
Dump coverage data on exit
Type: bool
Help¶
Dump collected coverage information to console on exit.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Subsystem>/testsuite/Kconfig:53
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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.)