Skip to content

Commit

Permalink
Added compilation database output for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Golasowski committed Oct 23, 2024
1 parent 830996e commit 5b3dc56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ jobs:
- name: Upload results artifacts
uses: actions/upload-artifact@v4
with:
name: "CodeChecker Bug Reports"
path: ${{ steps.codechecker.outputs.result-html-dir }}
# name: "CodeChecker Bug Reports"
# path: ${{ steps.codechecker.outputs.result-html-dir }}
name: "CodeChecker Compilation Database"
path: /home/runner/work/libtropic/libtropic/codechecker_codechecker_compilation_database.json

# For now let's keep this disabled.
# - name: "Break build if CodeChecker reported any findings"
Expand Down

0 comments on commit 5b3dc56

Please sign in to comment.