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
enzo-pellegrini committed May 14, 2024
1 parent b55ce71 commit c008cc0
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.vscoveragexml.reportsPath="${{ env.COVERAGE_RESULTS }}/*/*.xml"

0 comments on commit c008cc0

Please sign in to comment.