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 51732b0 commit f739df1Copy full SHA for f739df1
.github/workflows/sonarcloud.yml
@@ -133,5 +133,7 @@ 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" \
+ -Dsonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
137
+ -Dsonar.cfamily.build-wrapper-output=${{ env.BUILD_WRAPPER_OUT_DIR }}
138
+ -Dsonar.coverage.exclusions=tests/**/*,external/**/*
139
-Dsonar.coverageReportPaths=artifact/sonarqube-generic-coverage.xml
0 commit comments