File tree Expand file tree Collapse file tree
.github/actions/testing/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
7878 name : ' Set CODE_COVERAGE_ARGS environment variable'
7979 shell : bash
8080 run : |
81- echo "CODE_COVERAGE_ARGS=${{ env.CODE_COVERAGE_ARGS }} -- /p :CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
81+ echo "CODE_COVERAGE_ARGS=${{ env.CODE_COVERAGE_ARGS }} --property :CoverletOutputFormat=${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
8282
8383 - name : ' Test with .NET CLI'
8484 shell : bash
You can’t perform that action at this time.
0 commit comments