We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26ebf8 commit 2eb0c47Copy full SHA for 2eb0c47
1 file changed
.github/actions/testing/test/action.yml
@@ -66,7 +66,7 @@ runs:
66
name: 'Set CODE_COVERAGE_ARGS environment variable'
67
shell: bash
68
run: |
69
- echo "CODE_COVERAGE_ARGS=--collect:'XPlat Code Coverage'" >> $GITHUB_ENV
+ echo 'CODE_COVERAGE_ARGS=--collect:"XPlat Code Coverage"' >> $GITHUB_ENV
70
71
- if: ${{ inputs.collect-code-coverage == 'true' && inputs.code-coverage-settings-file != ''}}
72
0 commit comments