commit | 245c52ccd290475f907ec163ea241ae101134e5c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:25 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:50 2023 -0400 |
tree | 6ee86f88309ed303517541fd7dce50d8039cfcdd | |
parent | 0a5e0697db5e11be1eb6c0b9bff3f0b8e9052053 [diff] |
binman: Correct coverage gap in control Add a pragma to deal with the code-coverage gap which drops binman down to 90% coverage. Fixes: de65b122a25 (tools: Fall back to importlib_resources on Python 3.6) Signed-off-by: Simon Glass <sjg@chromium.org>