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 4f43ac3 commit f9aaf19Copy full SHA for f9aaf19
.github/workflows/build.yml
@@ -43,5 +43,5 @@ jobs:
43
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
44
with:
45
args: >
46
- --define sonar.cfamily.compile-commands="${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json"
+ --define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
47
--define sonar.coverageReportPaths=coverage.xml
0 commit comments