[PATCH 0/7] binman: Check code-coverage requirements
Simon Glass
sjg at chromium.org
Tue Mar 4 14:16:15 CET 2025
Hi,
On Tue, 4 Mar 2025 at 06:09, Simon Glass <sjg at chromium.org> wrote:
>
> This series adds a cover-coverage check to CI for Binman. The iMX8 tests
> are still not completed, so a work-around is included for those.
>
> A few fixes are included for some other problems.
>
>
> Jiaxun Yang (1):
> binman: Workaround lz4 cli padding in test cases
>
> Simon Glass (6):
> binman: Exclude dist-packages and site-packages
> binman: Drop GetRootSkipAtStart()
> binman: fit: Drop unused code
> binman: Drop algo check in CheckSetHashValue()
> binman: Work around missing test coverage
> CI: Run code-coverage test for Binman
>
> .azure-pipelines.yml | 5 ++++-
> .gitlab-ci.yml | 4 +++-
> tools/binman/etype/fit.py | 2 --
> tools/binman/etype/section.py | 17 -----------------
> tools/binman/ftest.py | 7 +++++--
> tools/binman/main.py | 8 +++++++-
> tools/binman/state.py | 3 +--
> .../binman/test/184_compress_section_size.dts | 1 +
> tools/u_boot_pylib/test_util.py | 18 ++++++++++++++++--
> 9 files changed, 37 insertions(+), 28 deletions(-)
>
> --
> 2.43.0
>
Sorry, please ignore this series, it is not marked as v2.
Regards,
Simon
More information about the U-Boot
mailing list