We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca621e commit 91b306bCopy full SHA for 91b306b
.github/workflows/sonar.yaml
@@ -48,4 +48,4 @@ jobs:
48
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
run: |
50
sonar-scanner --define project.settings=.sonar.properties \
51
- --define sonar.cfamily.build-wrapper-output="$RUNNER_TEMP/sonar"
+ --define sonar.cfamily.compile-commands="$RUNNER_TEMP/sonar/compile_commands.json"
0 commit comments