Re: [U-Boot] [PATCH v2 10/29] binman: Move coverage logic into a new test_util file

2018-07-09 Thread Simon Glass
On 6 July 2018 at 10:27, Simon Glass wrote: > At present only binman has the logic for determining Python test coverage > but this is useful for other tools also. Move it out into a separate file > so it can be used by other tools. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > -

[U-Boot] [PATCH v2 10/29] binman: Move coverage logic into a new test_util file

2018-07-06 Thread Simon Glass
At present only binman has the logic for determining Python test coverage but this is useful for other tools also. Move it out into a separate file so it can be used by other tools. Signed-off-by: Simon Glass --- Changes in v2: - Allow specifying modules which must be tested - Test that this