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 prompt "Coverage mode"
47 depends on COVERAGE
50 bool "Host compiler gcov based code coverage"
53 Build natively with the compiler standard `--coverage` options,
54 that is with gcov/GCC-compatible coverage
57 bool "Host compiler source based code coverage"
61 Build natively with the compiler source based coverage options.
65 bool "Create Coverage data from hardware platform"
76 int "Size of heap allocated for gcov coverage data dump"
80 This option configures the heap size allocated for gcov coverage
84 bool "Dump coverage data on exit"
87 Dump collected coverage information to console on exit.