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 db639ce commit 8e571c0Copy full SHA for 8e571c0
.github/workflows/run-tests-pcov-pull.yml
@@ -89,7 +89,7 @@ jobs:
89
run: php ./vendor/bin/phpunit --testsuite "Laravel Livewire Tables Unit Test Suite" --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml
90
91
- name: Upload coverage reports to Codecov
92
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v4
93
env:
94
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
95
with:
0 commit comments