commit | 0ce8fed9428a3709207683675c496e09a3bfc015 | [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 | 9d246aed1f3327067b3620133223f16342713dbd [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>