Lines Matching refs: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
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
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.
76 int "Size of heap allocated for gcov coverage data dump"
81 This option configures the heap size allocated for gcov coverage
86 bool "Dump coverage data on exit"
89 Dump collected coverage information to console on exit.
92 bool "Force coverage"
95 Regardless of platform support, it will enable coverage data production.
96 If the platform does not support coverage by default, setting this config
97 does not guarantee that coverage data will be gathered.