Skip to content

Commit 8e571c0

Browse files
authored
Tweak
1 parent db639ce commit 8e571c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests-pcov-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: php ./vendor/bin/phpunit --testsuite "Laravel Livewire Tables Unit Test Suite" --cache-directory=".phpunit.cache/code-coverage" --strict-coverage --coverage-clover ./coverage.xml
9090

9191
- name: Upload coverage reports to Codecov
92-
uses: codecov/codecov-action@v5
92+
uses: codecov/codecov-action@v4
9393
env:
9494
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
9595
with:

0 commit comments

Comments
 (0)