Skip to content

Commit

Permalink
Added build breakage on any CodeChecker error. For now commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Golasowski committed Oct 23, 2024
1 parent 0d02e66 commit 975ea65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: "CodeChecker Bug Reports"
path: ${{ steps.codechecker.outputs.result-html-dir }}
path: ${{ steps.codechecker.outputs.result-html-dir }}

# For now let's keep this disabled.
# - name: "Break build if CodeChecker reported any findings"
# if: ${{ steps.codechecker.outputs.warnings == 'true' }}
# run: exit 1

0 comments on commit 975ea65

Please sign in to comment.