[PATCH v2 1/8] binman: Add coverage to requirements

Simon Glass sjg at chromium.org
Thu Apr 10 14:42:58 CEST 2025


We need the code-coverage package to run the coverage tests. Add this
package.

Signed-off-by: Simon Glass <sjg at 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



More information about the U-Boot mailing list