Skip to content

Commit 850ab08

Browse files
committed
feat: update codecov-actions
also remove pint from coverage tests
1 parent e42656d commit 850ab08

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/coverage.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ jobs:
2626
- name: Execute tests
2727
run: php -d xdebug.mode=coverage vendor/bin/phpunit ./tests --coverage-clover='reports/coverage/coverage.xml'
2828
- name: Upload coverage reports to Codecov
29-
uses: codecov/codecov-action@v4.0.1
29+
uses: codecov/codecov-action@v5.4.2
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
slug: matteoc99/laravel-preference
3333
files: ./reports/coverage/coverage.xml
34-
- name: Running Pint
35-
run: composer pint-test

0 commit comments

Comments
 (0)