mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-15 10:50:45 +08:00
Use 'files' input for codecov/codecov-action v5 in PHPUnit action.yml. (#20649)
This commit is contained in:
2
.github/actions/phpunit/action.yml
vendored
2
.github/actions/phpunit/action.yml
vendored
@@ -125,5 +125,5 @@ runs:
|
|||||||
if: ${{ !cancelled() && inputs.coverage-driver != 'none' }}
|
if: ${{ !cancelled() && inputs.coverage-driver != 'none' }}
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
|
files: ./${{ inputs.coverage-file }}
|
||||||
token: ${{ inputs.coverage-token }}
|
token: ${{ inputs.coverage-token }}
|
||||||
file: ./${{ inputs.coverage-file }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user