commit | 132be85361bb86d77ca8ddb3bbf637f967b559f6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 06 10:27:23 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Jul 09 09:11:00 2018 -0600 |
tree | 4a720d78c0be0a5d577901ab5363d83c3bebd2dc | |
parent | 0537c555381193e66b1df7c0385b65d8edcf78f4 [diff] |
binman: Move coverage logic into a new test_util file 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 <sjg@chromium.org>