:orphan: .. title:: CONFIG_COVERAGE_DUMP .. kconfig:: CONFIG_COVERAGE_DUMP CONFIG_COVERAGE_DUMP #################### *Dump coverage data on exit* Type: ``bool`` Help ==== .. code-block:: none Dump collected coverage information to console on exit. Direct dependencies =================== \ :kconfig:`COVERAGE_GCOV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/testsuite/Kconfig:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing → Create coverage data → Create Coverage data from hardware platform .. code-block:: kconfig 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.)*