crosvm/tools/impl
Dennis Kempin 1e16dc6a8f tools/run_tests: Add --cov option
The option will generate an lcov file in the standard name lcov.info
and print a coverage report after running tests.

The lcov.info file is understood by many IDE plugins, e.g. "Coverage
Gutters" for vscode.

BUG=b:239255082
TEST=./tools/run_tests --cov

Change-Id: I475c62ada73f100a984ad863e511083c69807aff
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3840956
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: Dennis Kempin <denniskempin@google.com>
2022-08-19 18:05:35 +00:00
..
dev_container
testvm
__init__.py
bindgen-common.sh
check_code_hygiene.py
common.py tools/impl/common.py: Remove __future__ import 2022-08-18 00:18:27 +00:00
health_check.py health-check: Add check for newline at ends of files 2022-08-18 00:17:04 +00:00
test_config.py crosvm: build crosvm on windows 2022-08-04 03:19:02 +00:00
test_runner.py tools/run_tests: Add --cov option 2022-08-19 18:05:35 +00:00
test_target.py reland: test_runner: Support multiple profiles per test 2022-08-19 17:51:37 +00:00
testvm.py