CONFIG_COVERAGE

Create coverage data

Type: bool

Help

This option will build your application with the -coverage option which will generate data that can be used to create coverage reports. Currently this is fully supported only on the native POSIX port.

Direct dependencies

NATIVE_APPLICATION

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At tests/Kconfig:25

Included via Kconfig:10Kconfig.zephyr:39

Menu path: (top menu) → Testing

config COVERAGE
    bool
    prompt "Create coverage data" if NATIVE_APPLICATION
    depends on NATIVE_APPLICATION
    help
      This option will build your application with the -coverage option
      which will generate data that can be used to create coverage reports.
      Currently this is fully supported only on the native POSIX port.

(Definitions include propagated dependencies, including from if’s and menus.)