Actions: do not report failure on failed CodeCheck result.

This commit is contained in:
imi415 2021-07-27 07:18:57 +00:00
parent 6763430766
commit 680ba3f068
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
- name: "Dump report to stderr"
run: "codechecker parse --print-steps ./results"
working-directory: "build"
continue-on-error: true
- name: "Save HTML reports to artifact"
uses: "actions/upload-artifact@v2"