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 4b0a725 commit bcc2686
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
run: |
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
chmod u+x cov-build
cd FreeRTOS/Demo/Posix_GCC
ls -al
cov-build --dir cov-int make -j
../../../coverity_tool/bin/cov-build --dir cov-int make -j

0 comments on commit bcc2686

Please sign in to comment.