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 d759344 + 051ad37 commit 2e5d1d3Copy full SHA for 2e5d1d3
.github/workflows/sonarcloud.yml
@@ -97,5 +97,5 @@ jobs:
97
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here
98
run: |
99
sonar-scanner \
100
- --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
+ --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json" \
101
-Dsonar.coverageReportPaths=artifact/sonarqube-generic-coverage.xml
0 commit comments