We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9914ccc commit a71090dCopy full SHA for a71090d
1 file changed
.github/actions/testing/test/action.yml
@@ -64,7 +64,7 @@ runs:
64
name: 'Set CODE_COVERAGE_ARGS environment variable'
65
shell: bash
66
run: |
67
- echo "CODE_COVERAGE_ARGS=--collect:"Code Coverage" --coverage-output-format ${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
+ echo "CODE_COVERAGE_ARGS=--coverage --coverage-output-format ${{ inputs.code-coverage-output-format}}" >> $GITHUB_ENV
68
69
- if: ${{ inputs.collect-code-coverage == 'true' && inputs.code-coverage-settings-file != ''}}
70
0 commit comments