Skip to content

Commit 6bc4cf2

Browse files
author
SonarTech
committed
Update GH Action
1 parent 693b2b5 commit 6bc4cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
with:
4646
args: >
4747
--define sonar.cfamily.compile-commands=${{ env.BUILD_WRAPPER_OUT_DIR }}/compile_commands.json
48-
--define sonar.cfamily.vscoveragexml.reportsPath="${{ env.COVERAGE_RESULTS }}/*/*.xml"
48+
--define "sonar.cfamily.vscoveragexml.reportsPath=${{ env.COVERAGE_RESULTS }}/*/*.xml"

0 commit comments

Comments
 (0)