Skip to content

Commit

Permalink
coverity scan to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 21, 2023
1 parent 1b8cba1 commit 4b0a725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
wget https://scan.coverity.com/download/linux64 --post-data "token=${COVERITY_TOKEN}&project=FreeRTOS-Kernel" -O coverity_tool.tgz
tar -xvzf coverity_tool.tgz
export PATH=$PATH:$(pwd)/coverity_tool/bin
cov-build
chmod u+x cov-build
cd FreeRTOS/Demo/Posix_GCC
ls -al
cov-build --dir cov-int make -j
Expand Down

0 comments on commit 4b0a725

Please sign in to comment.