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 1dd10dc commit 0da10d2Copy full SHA for 0da10d2
.github/workflows/build.yml
@@ -23,5 +23,5 @@ jobs:
23
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
24
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} # SonarQube URL is stored in a GitHub secret
25
with:
26
- args: >
+ args: >
27
--define sonar.cfamily.compile-commands=build/compile_commands.json
0 commit comments