Skip to content

Commit 2eb0c47

Browse files
committed
flwefjwe
1 parent b26ebf8 commit 2eb0c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/testing/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
name: 'Set CODE_COVERAGE_ARGS environment variable'
6767
shell: bash
6868
run: |
69-
echo "CODE_COVERAGE_ARGS=--collect:'XPlat Code Coverage'" >> $GITHUB_ENV
69+
echo 'CODE_COVERAGE_ARGS=--collect:"XPlat Code Coverage"' >> $GITHUB_ENV
7070
7171
- if: ${{ inputs.collect-code-coverage == 'true' && inputs.code-coverage-settings-file != ''}}
7272
name: 'Set CODE_COVERAGE_ARGS environment variable'

0 commit comments

Comments
 (0)