Lines Matching full:coverage
30 The code coverage report generation is only available on boards
31 with enough spare RAM to buffer the coverage data, or on boards
34 config COVERAGE config
35 bool "Create coverage data"
38 This option will build your application with the -coverage option
39 which will generate data that can be used to create coverage reports.
41 https://docs.zephyrproject.org/latest/guides/coverage.html
44 bool "Create Coverage data from hardware platform"
46 depends on COVERAGE
55 int "Size of heap allocated for gcov coverage data dump"
59 This option configures the heap size allocated for gcov coverage
63 bool "Dump coverage data on exit"
66 Dump collected coverage information to console on exit.