Skip to content

Commit

Permalink
cppcheck: output stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Hanqing Wu <[email protected]>
  • Loading branch information
wu-hanqing committed Sep 27, 2023
1 parent e6bcf53 commit 755f73f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
inconclusive: disable
output_file: ./cppcheck_report.txt
other_options: "-j4 --suppressions-list=util/cppcheck/cppcheck.suppressions --error-exitcode=1 -itest -icurvefs/test -inebd/test -inbd/test -icurvefs_python -icurvesnapshot_python -ithirdparties"

- uses: actions/upload-artifact@v3
- name: Show cppcheck report
if: failure()
with:
name: cppcheck-error-report
path: ./cppcheck_report.txt
run: |
cat ./cppcheck_report.txt

0 comments on commit 755f73f

Please sign in to comment.