CI: Run code-coverage test for Binman
authorSimon Glass <sjg@chromium.org>
Thu, 10 Apr 2025 12:43:05 +0000 (06:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 20:29:52 +0000 (14:29 -0600)
commit6f875290eb107106059f4edfcf8afe31bed9a378
treee7471ca34f58f786724456a01738b3f82fe38549
parent2911f2c1ee83760737dc162b1852b0e3b414e6ac
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>
.azure-pipelines.yml
.gitlab-ci.yml