Skip to content

Commit

Permalink
add CI checks for coverity
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 21, 2023
1 parent 2906b51 commit 8672536
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 @@ -37,8 +37,8 @@ jobs:
- name: Build Posix_GCC Demo
shell: bash
working-directory: FreeRTOS/Demo/Posix_GCC
run: |
export PATH="$PATH:${{env.cov_scan_path}}"
cd FreeRTOS/Demo/Posix_GCC
cov-build
# cov-build --dir cov-int make -j

0 comments on commit 8672536

Please sign in to comment.