File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 shell : bash
6868 env :
6969 TRX_LOGGER_ARGS : " ${{ inputs.test-result-logger != '' && ' --report-trx' || '' }}"
70- RUN_SETTINGS_ARGS : " ${{ inputs.test-runsettings-path != '' && '--settings ${{ inputs.test-runsettings-path }} ' || '' }}"
71- CODE_COVERAGE_ARGS : " ${{ inputs.collect-code-coverage == 'true' && '--coverage --coverage-output-format ${{ inputs.code-coverage-output-format }} ' || '' }}"
70+ RUN_SETTINGS_ARGS : " ${{ inputs.test-runsettings-path != '' && '--settings inputs.test-runsettings-path' || '' }}"
71+ CODE_COVERAGE_ARGS : " ${{ inputs.collect-code-coverage == 'true' && '--coverage --coverage-output-format inputs.code-coverage-output-format' || '' }}"
7272 run : dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} /p:Platform="${{ inputs.build-platform }}" --verbosity normal -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.RUN_SETTINGS_ARGS }} --results-directory ${{ inputs.test-results-directory }}
7373
7474 - name : ' Upload test results'
You can’t perform that action at this time.
0 commit comments