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 edee6b9 commit 900064aCopy full SHA for 900064a
.github/workflows/twister_tests_blackbox.yml
@@ -59,8 +59,7 @@ jobs:
59
run: |
60
sudo apt-get update -y
61
sudo apt-get install -y lcov
62
- gcovr --version
+ export ZEPHYR_SDK_INSTALL_DIR=${{ github.workspace }}/zephyr-sdk
63
echo "Run twister tests"
64
- export ZEPHYR_SDK_INSTALL_DIR=../zephyr-sdk
65
source zephyr-env.sh
66
- PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/test_coverage.py
+ PYTHONPATH="./scripts/tests" pytest ./scripts/tests/twister_blackbox/
0 commit comments