File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,14 @@ jobs:
7777 with :
7878 logfile : ${{ github.workspace }}/build/compile_commands.json
7979 config : ' /home/runner/work/rawtoaces/rawtoaces/tests/static_analysis/codechecker.json'
80- diff : true
80+ # diff: true
8181
8282 - uses : actions/upload-artifact@v4
83- if : ${{ steps.codechecker.outputs.warnings_in_diff == 'true' }}
83+ if : ${{ steps.codechecker.outputs.warnings == 'true' }}
8484 with :
8585 name : " CodeChecker Bug Reports"
86- # path: ${{ steps.codechecker.outputs.result-html-dir }}
87- path : ${{ steps.codechecker.outputs.diff-html-dir }}
86+ path : ${{ steps.codechecker.outputs.result-html-dir }}
87+ # path: ${{ steps.codechecker.outputs.diff-html-dir }}
8888
8989 - uses : actions/upload-artifact@v4
9090 if : false # set to `true` to write out the raw output for diff-ing
9393 path : ${{ steps.codechecker.outputs.analyze-output }}
9494
9595 - name : " Break build if CodeChecker reported any findings"
96- if : ${{ steps.codechecker.outputs.warnings_in_diff == 'true' }}
96+ if : ${{ steps.codechecker.outputs.warnings == 'true' }}
9797 run : exit 1
You can’t perform that action at this time.
0 commit comments