From ac964c099b5a90076add8aef6bcd6eb3d96eb458 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 10 Apr 2025 06:42:58 -0600 Subject: [PATCH] binman: Add coverage to requirements We need the code-coverage package to run the coverage tests. Add this package. Signed-off-by: Simon Glass --- 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.39.5