Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Apr 23, 2024
1 parent 522f984 commit 698adb2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codechecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,18 @@ jobs:
- name: Generate compile_commands.json
run: opam exec -- dune rules | opam exec -- dune-compiledb

- name: Fixup paths
run: |
sed -e 's/"directory".*/"directory": "."/' <compiler_commands.json >cmds.json
- uses: whisperity/codechecker-analysis-action@v1
id: codechecker
with:
ctu: true
logfile: ${{ github.workspace }}/compile_commands.json
logfile: ${{ github.workspace }}/cmds.json
analyze-output: "codechecker_results"

# cppcheck even for other analyzers apparently, this is
# cppcheck even for other analyzers apparently, this is
# codechecker's output
- uses: whisperity/codechecker-analysis-action@v1
id: codechecker2
Expand Down

0 comments on commit 698adb2

Please sign in to comment.