
19 Dec
2017
19 Dec
'17
2:09 p.m.
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 sjg@chromium.org ---
Changes in v2: - Drop patches already applied - Run tests with travis-ci also - Drop RFC tag from patch for binman code-coverage tests
test/run | 7 +++++++ 1 file changed, 7 insertions(+)
Applied to u-boot-dm thanks!