[PATCH v2 1/6] buildman: Add python3-coverage

Simon Glass sjg at chromium.org
Fri Jun 21 15:14:17 CEST 2024


Add this package so we can run code-coverage tests for Binman.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

Changes in v2:
- Add to buildman requirements instead

 tools/buildman/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
index 4a31e69e4cb..564e54898a4 100644
--- a/tools/buildman/requirements.txt
+++ b/tools/buildman/requirements.txt
@@ -1,3 +1,4 @@
+coverage==6.2
 jsonschema==4.17.3
 pyyaml==6.0
 yamllint==1.26.3
-- 
2.34.1



More information about the U-Boot mailing list