Skip to content

Commit f157c01

Browse files
author
Petr Sramek
committed
fix 2
1 parent db89707 commit f157c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
env:
6565
TRX_LOGGER_ARGS: "${{ inputs.test-result-logger != '' && ' --report-trx' || '' }}"
6666
RUN_SETTINGS_ARGS: "${{ inputs.test-runsettings-path != '' && '--settings $(inputs.test-runsettings-path)' || '' }}"
67-
CODE_COVERAGE_ARGS: "${{ inputs.collect-code-coverage == 'true' && '--coverage --coverage-output-format &(inputs.code-coverage-output-format)' || '' }}"
67+
CODE_COVERAGE_ARGS: "${{ inputs.collect-code-coverage == 'true' && '--coverage --coverage-output-format $(inputs.code-coverage-output-format)' || '' }}"
6868
run: dotnet test ${{ inputs.test-project-glob-pattern }} --configuration ${{ inputs.build-configuration }} --verbosity normal -- ${{ env.CODE_COVERAGE_ARGS }} ${{ env.RUN_SETTINGS_ARGS }} --results-directory ${{ inputs.test-results-directory }}
6969

7070
- name: 'Upload test results'

0 commit comments

Comments
 (0)