We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7654428 commit e85752aCopy full SHA for e85752a
.github/workflows/build.yml
@@ -44,5 +44,5 @@ jobs:
44
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
45
run: >
46
sonar-scanner
47
- --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
+ --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
48
--define sonar.cfamily.cobertura.reportPaths="cobertura.xml"
0 commit comments