Skip to content

Commit

Permalink
CPP-5240 Migrate to sonar.cfamily.compile-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
friedbyalice authored May 14, 2024
1 parent b6ee397 commit 9883735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
run: |
sonar-scanner \
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json" \
--define sonar.cfamily.llvm-cov.reportPath=coverage.txt

0 comments on commit 9883735

Please sign in to comment.