Skip to content

Commit a672e15

Browse files
committed
paste CodeChecker parse output in job summary
1 parent 0cc63cc commit a672e15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ jobs:
5353
## ⚠️ CodeChecker found warnings
5454
Please see the 'CodeChecker Bug Reports' artifact for more details:
5555
- ${{ steps.upload.outputs.artifact-url }}
56+
57+
`CodeChecker parse`:
5658
EOF
59+
60+
echo '```' >>$GITHUB_STEP_SUMMARY
61+
cat ${{ steps.codechecker.outputs.result-log }} >>$GITHUB_STEP_SUMMARY
62+
echo '```' >>$GITHUB_STEP_SUMMARY
5763
5864
exit 1

0 commit comments

Comments
 (0)