We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f748a commit 35c1481Copy full SHA for 35c1481
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" /p:CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
+ echo "CODE_COVERAGE_ARGS=--collect:"XPlat Code Coverage" --property:CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
70
71
- if: ${{ inputs.collect-code-coverage == 'true' && inputs.code-coverage-settings-file != ''}}
72
0 commit comments