diff mbox series

[v3,1/6] buildman: Add python3-coverage

Message ID 20240623175622.1468600-2-sjg@chromium.org
State Accepted
Commit e70bac90ff134d77ff25c00c7136d43a8ffd615d
Delegated to: Simon Glass
Headers show
Series Add Binman code-coverage test to CI | expand

Commit Message

Simon Glass June 23, 2024, 5:56 p.m. UTC
Add this package so we can run code-coverage tests for Binman.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
---

(no changes since v2)

Changes in v2:
- Add to buildman requirements instead

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

Comments

Simon Glass July 15, 2024, 1:31 p.m. UTC | #1
Add this package so we can run code-coverage tests for Binman.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
---

(no changes since v2)

Changes in v2:
- Add to buildman requirements instead

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

Applied to u-boot-dm, thanks!
diff mbox series

Patch

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