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 693b2b5 commit 6bc4cf2Copy full SHA for 6bc4cf2
.github/workflows/build.yml
@@ -45,4 +45,4 @@ jobs:
45
with:
46
args: >
47
--define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
48
- --define sonar.cfamily.vscoveragexml.reportsPath="${{ env.COVERAGE_RESULTS }}/*/*.xml"
+ --define "sonar.cfamily.vscoveragexml.reportsPath=${{ env.COVERAGE_RESULTS }}/*/*.xml"
0 commit comments