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 6d984ca commit 18d2870Copy full SHA for 18d2870
.github/workflows/eclair.yaml
@@ -103,9 +103,8 @@ jobs:
103
run: |
104
pip install -r scripts/requirements-actions.txt --require-hashes
105
106
- - name: Check Env
+ - name: Scan code with Eclair
107
108
- export COVERITY_OUTPUT_DIR=${PWD}/cov-int
109
./scripts/twister -j 16 -p qemu_x86 -T tests/subsys/logging/ -T samples/hello_world -i --build-only -v -xZEPHYR_SCA_VARIANT=eclair -x=USE_CCACHE=0
110
111
ver=`git describe`
0 commit comments