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.
v5
action.yml
1 parent 66d9db1 commit ae7f548Copy full SHA for ae7f548
.github/actions/phpunit/action.yml
@@ -125,5 +125,5 @@ runs:
125
if: ${{ !cancelled() && inputs.coverage-driver != 'none' }}
126
uses: codecov/codecov-action@v5
127
with:
128
+ files: ./${{ inputs.coverage-file }}
129
token: ${{ inputs.coverage-token }}
- file: ./${{ inputs.coverage-file }}
0 commit comments