
18 Oct
2024
18 Oct
'24
1:11 a.m.
At present run_test_coverage() assumes you want code coverage for the entire code base. This is the normal situation, but sometimes it is useful to see the coverage provided by just a single test. Add support for this.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/u_boot_pylib/test_util.py | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
Applied to u-boot-dm, thanks!