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 2b74018 commit 0773733Copy full SHA for 0773733
.github/workflows/codechecker.yml
@@ -90,7 +90,7 @@ jobs:
90
export ZEPHYR_BASE=${PWD}
91
export ZEPHYR_TOOLCHAIN_VARIANT=llvm
92
export ZEPHYR_SCA_VARIANT=codechecker
93
- export CODECHECKER_CONFIG_FILE=$ZEPHYR_BASE/.codechecker.yml
+ #export CODECHECKER_CONFIG_FILE=$ZEPHYR_BASE/.codechecker.yml
94
export CODECHECKER_CLEANUP=y
95
export CODECHECKER_EXPORT=sarif
96
pip install codechecker==v6.25.1
0 commit comments