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 7734d60 commit fcbcc78Copy full SHA for fcbcc78
.github/workflows/build.yml
@@ -44,5 +44,5 @@ jobs:
44
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
45
with:
46
args: >
47
- --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
48
--define sonar.cfamily.cobertura.reportPaths="cobertura.xml"
0 commit comments