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 5204644 commit b7c9cb3Copy full SHA for b7c9cb3
.github/workflows/twister_tests_blackbox.yml
@@ -58,5 +58,7 @@ jobs:
58
ZEPHYR_TOOLCHAIN_VARIANT: zephyr
59
run: |
60
echo "Run twister tests"
61
+ ls -la
62
+ export ZEPHYR_SDK_INSTALL_DIR=$(PWD)/zephyr-sdk
63
source zephyr-env.sh
- PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox
64
+ PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py
0 commit comments