Skip to content

Commit

Permalink
updating review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 26, 2023
1 parent 4b1d08d commit 1ff8e6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
COVERITY_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
run: |
export PATH="$PATH:${{env.cov_scan_path}}"
mkdir build
cmake -S ./examples/cmake_example/ -B build
cd build
cmake ../examples/cmake_example/
cov-build --dir cov-int make -j
tar czvf gcc_freertos_kerenl_sample_build.tgz cov-int
COV_SCAN_UPLOAD_STATUS=$(curl --form token=${COVERITY_TOKEN} \
Expand Down

0 comments on commit 1ff8e6c

Please sign in to comment.