:orphan: .. title:: COVERAGE_DUMP .. option:: CONFIG_COVERAGE_DUMP *Dump coverage data on exit* Type: ``bool`` Help ==== Dump collected coverage information to console on exit. Direct dependencies =================== \ :option:`COVERAGE_GCOV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` Menu path: (Top) → Sub Systems and OS Services → Testing → Create coverage data → Create Coverage data from hardware platform .. parsed-literal:: config COVERAGE_DUMP bool "Dump coverage data on exit" depends on \ :option:`COVERAGE_GCOV ` help Dump collected coverage information to console on exit. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*