commit | c95a3c889079c83f4a47c2a09794879378047592 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Sep 30 12:51:36 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:22 2024 -0600 |
tree | 86ec76c6a679a3dd1f1af32c14a1b18553931eaf | |
parent | 58918fa4f06c9bc529755efe133f514435d94467 [diff] |
u_boot_pylib: Support running coverage on selected functions 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>