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 90d96f1 commit 5b68339
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +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
cd FreeRTOS/Demo/Posix_GCC
cov-build --dir cov-int make -j
- name: Build Posix_GCC Demo
shell: bash
working-directory: FreeRTOS/Demo/Posix_GCC
run: |
export PATH=$PATH:../../../coverity_tool/bin
ls ../../../coverity_tool/bin
cov-build --dir cov-int make -j

0 comments on commit 5b68339

Please sign in to comment.