We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332aec0 commit 9290333Copy full SHA for 9290333
.github/workflows/build.yml
@@ -37,6 +37,6 @@ jobs:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
39
with:
40
+ # Set the property "sonar.cfamily.compile-commands" to the compilation database file
41
args: >
- # Set the property "sonar.cfamily.compile-commands" to the compilation database file
42
--define sonar.cfamily.compile-commands=build/compile_commands.json
0 commit comments