Searched full:lcov (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | coverage.py | 22 "lcov": ["html", "lcov"] 37 if tool == 'lcov': 38 t = Lcov(jobs) 159 "lcov": "LCOV report generated: {}".format( 186 class Lcov(CoverageTool): class 192 self.output_formats = "lcov,html" 199 ['lcov', '--version'], 204 version_output = result.stdout.strip().replace('lcov: LCOV version ', '') 207 logger.error(f"Unable to determine lcov version: {e}") 210 logger.error(f"Unable to find lcov tool: {e}") [all …]
|
D | environment.py | 360 parser.add_argument("--coverage-tool", choices=['lcov', 'gcovr'], default='gcovr', 370 " Valid options for 'lcov' tool are: " + 371 ','.join(supported_coverage_formats['lcov']) + " (html,lcov - default)."
|
/Zephyr-latest/scripts/tests/twister_blackbox/ |
D | test_coverage.py | 104 'lcov', 113 'lcov', 118 'lcov' 131 'lcov', 132 'Running lcov --gcov-tool' 262 'coverage_format lcov html', 263 'coverage_format lcov lcov', 296 'coverage_tool lcov'
|
/Zephyr-latest/tests/bsim/ |
D | generate_coverage_report.sh | 47 lcov --capture --directory ${WORK_DIR} --output-file ${OUTPUT_DIR}/coverage.pre.info \ 49 lcov --remove ${OUTPUT_DIR}/coverage.pre.info *generated* \
|
/Zephyr-latest/doc/develop/test/ |
D | coverage.rst | 120 lcov --capture --directory ./ --output-file lcov.info -q --rc lcov_branch_coverage=1 121 …genhtml lcov.info --output-directory lcov_html -q --ignore-errors source --branch-coverage --highl… 125 You need a recent version of lcov (at least 1.14) with support for
|
/Zephyr-latest/kernel/include/ |
D | kernel_offsets.h | 15 /* All of this is build time magic, but LCOV gets confused. Disable coverage
|
/Zephyr-latest/.github/workflows/ |
D | doc-build.yml | 76 sudo apt-get install -y wget python3-pip git ninja-build graphviz lcov 143 lcov --remove doc-coverage.info \*/deprecated > new.info
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 1109 __set_comp "gcovr lcov"
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 842 * :github:`17626` - Change sanitycheck to use 'gcovr' instead of 'lcov'
|