Skip to content

Commit

Permalink
cppcheck: output stderr
Browse files Browse the repository at this point in the history
Signed-off-by: Hanqing Wu <wuhanqing@corp.netease.com>
  • Loading branch information
wu-hanqing committed Sep 27, 2023
1 parent e6bcf53 commit a4eb2d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
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 a4eb2d4

Please sign in to comment.