Re: [PATCH 7/7] CI: Run code-coverage test for Binman

2025-03-04 Thread Tom Rini
On Tue, Mar 04, 2025 at 06:09:44AM -0700, Simon Glass wrote: > 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

[PATCH 7/7] CI: Run code-coverage test for Binman

2025-03-04 Thread Simon Glass
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-

[PATCH 7/7] CI: Run code-coverage test for Binman

2025-02-25 Thread Simon Glass
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-