File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 5555 - name : Check Env
5656 run : |
5757 export COVERITY_OUTPUT_DIR=${PWD}/cov-int
58- ./scripts/twister -p qemu_x86 -T tests/kernel/threads/ -xZEPHYR_SCA_VARIANT=coverity
58+ ./scripts/twister -p qemu_x86 -T samples/hello_world/ --build-only -v -xZEPHYR_SCA_VARIANT=coverity
5959
60+ tar -cJvf coverity-results.tar.xz cov-int
61+
62+ ver=`git describe`
63+ echo "PAYLOAD_VERSION=${ver}" >> $GITHUB_ENV
64+ echo "PAYLOAD_DESC=${ver}" >> $GITHUB_ENV
65+
66+ - name : Analyze
67+ uses : zephyrproject-rtos/action-sca-setup/analyze@main
68+ with :
69+ tool-name : coverity
70+ payload : coverity-results.tar.xz
71+ service : https://scan.coverity.com/builds?project=Zephyr+Testing
72+ user : ${{ secrets.COVERITY_USER }}
73+ token : ${{ secrets.COVERITY_TOKEN }}
74+ version : 0.1
75+ description : " dummy"
You can’t perform that action at this time.
0 commit comments