commit | 0eca03cbee02bc2c76ba6e22bd37c480d538ca6b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Apr 10 06:42:59 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 11 14:29:52 2025 -0600 |
tree | 71ff6d81d009575c0c3d1aab829ef303ddfb3347 | |
parent | b67dfcb974e30e144b0b51230a169ec07f472845 [diff] |
binman: Exclude dist-packages and site-packages Newer versions of the python3-coverage tool require a directory separator before and after the directory name. Add this so that system package are not included in the coverage report. Signed-off-by: Simon Glass <sjg@chromium.org>