The latest development version of this page may be more current than this released 2.1.0 version.
CONFIG_HAS_COVERAGE_SUPPORT

(No prompt – not directly user assignable.)

Type: bool

Help

The code coverage report generation is only available on boards with enough spare RAM to buffer the coverage data, or on boards based on the POSIX ARCH.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/testsuite/Kconfig:32

Included via Kconfig:8Kconfig.zephyr:41subsys/Kconfig:36

Menu path: (Top) → Testing

config HAS_COVERAGE_SUPPORT
    bool
    help
      The code coverage report generation is only available on boards
      with enough spare RAM to buffer the coverage data, or on boards
      based on the POSIX ARCH.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)