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 a72935d commit 51732b0Copy full SHA for 51732b0
.github/workflows/sonarcloud.yml
@@ -133,4 +133,5 @@ jobs:
133
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
134
with:
135
args: >
136
- --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" \
137
+ -Dsonar.coverageReportPaths=artifact/sonarqube-generic-coverage.xml
0 commit comments