Re: [U-Boot] [PATCH v2 7/7] binman: Run code coverage tests

2017-12-19 Thread sjg
Binman has 100% test coverage for the code as it is at present. To encourage it to stay that way, run the code-coverage test as part of the normal U-Boot tests. This is RFC because it requires the Python code coverage tools to be available. Signed-off-by: Simon Glass --- Changes in v2: - Drop p

[U-Boot] [PATCH v2 7/7] binman: Run code coverage tests

2017-11-26 Thread Simon Glass
Binman has 100% test coverage for the code as it is at present. To encourage it to stay that way, run the code-coverage test as part of the normal U-Boot tests. This is RFC because it requires the Python code coverage tools to be available. Signed-off-by: Simon Glass --- Changes in v2: - Drop p