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 5b68339 commit 1b8cba1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ 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
cd FreeRTOS/Demo/Posix_GCC
ls -al
cov-build --dir cov-int make -j

0 comments on commit 1b8cba1

Please sign in to comment.