]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Correct coverage gap in control
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:25 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:50 +0000 (12:54 -0400)
commit049fcf91d89ec959e8964c671b47c450c19d6a1e
tree6ee86f88309ed303517541fd7dce50d8039cfcdd
parentb9aa1c8a9e7f58316f62646931bacd780262ace6
binman: Correct coverage gap in control

Add a pragma to deal with the code-coverage gap which drops binman down to
90% coverage.

Fixes: 6ba728b5f5a (tools: Fall back to importlib_resources on Python 3.6)
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/control.py