We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c7c8b commit 54e7ea5Copy full SHA for 54e7ea5
.github/workflows/twister_tests_blackbox.yml
@@ -57,9 +57,9 @@ jobs:
57
ZEPHYR_BASE: ./
58
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
59
run: |
60
+ sudo apt-get update -y
61
+ sudo apt-get install -y lcov
62
echo "Run twister tests"
- ls -la
- ls -la ..
63
export ZEPHYR_SDK_INSTALL_DIR=../zephyr-sdk
64
source zephyr-env.sh
65
PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py
0 commit comments