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.
2 parents 5195c0e + 7af69ee commit d2ca11cCopy full SHA for d2ca11c
.github/workflows/sonar.yml
@@ -77,4 +77,4 @@ jobs:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
79
run: |
80
- sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
+ sonar-scanner --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
0 commit comments