We need the code-coverage package to run the coverage tests. Add this package.
Signed-off-by: Simon Glass <s...@chromium.org> --- Changes in v2: - Add new patch to add coverage to the requirements.txt file tools/binman/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/binman/requirements.txt b/tools/binman/requirements.txt index f068ef75a30..7db72e888e3 100644 --- a/tools/binman/requirements.txt +++ b/tools/binman/requirements.txt @@ -1,3 +1,4 @@ +coverage==7.8.0 importlib_resources==6.5.2 jsonschema==4.23.0 pycryptodomex==3.21.0 -- 2.43.0