commit | f42f13b606f0d6c0fb82579c8b104b5dbc7a434b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 06:43:05 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 11 14:29:52 2025 -0600 |
tree | e7471ca34f58f786724456a01738b3f82fe38549 | |
parent | 66827ccb2b197215db57fedee3e98cbde8a273cf [diff] |
CI: Run code-coverage test for Binman Binman includes a good set of tests covering all of its functionality. This includes a code-coverage test. However to date the code-coverage test has not been checked automatically by CI, relying on people to run 'binman test -T' themselves. Plug the gap to avoid bugs creeping in future. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>