Skip to content

Commit 35c1481

Browse files
committed
fix fix fix
1 parent 97f748a commit 35c1481

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" /p:CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
69+
echo "CODE_COVERAGE_ARGS=--collect:"XPlat Code Coverage" --property:CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $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)