We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cf5f8 commit bb54befCopy full SHA for bb54bef
.github/actions/test/action.yml
@@ -72,7 +72,7 @@ runs:
72
- if: ${{ inputs.collect-code-coverage == 'true' }}
73
name: 'Set CODE_COVERAGE_ARGS environment variable'
74
shell: bash
75
- run: echo "CODE_COVERAGE_ARGS=---coverage --coverage-output-format ${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
+ run: echo "CODE_COVERAGE_ARGS=--coverage --coverage-output-format ${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
76
77
- name: 'Test with .NET CLI'
78
0 commit comments