Skip to content

Commit 54e7ea5

Browse files
committed
install lcov
Signed-off-by: Anas Nashif <[email protected]>
1 parent f8c7c8b commit 54e7ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/twister_tests_blackbox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
ZEPHYR_BASE: ./
5858
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
5959
run: |
60+
sudo apt-get update -y
61+
sudo apt-get install -y lcov
6062
echo "Run twister tests"
61-
ls -la
62-
ls -la ..
6363
export ZEPHYR_SDK_INSTALL_DIR=../zephyr-sdk
6464
source zephyr-env.sh
6565
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py

0 commit comments

Comments
 (0)