We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42656d commit 850ab08Copy full SHA for 850ab08
.github/workflows/coverage.yml
@@ -26,10 +26,8 @@ jobs:
26
- name: Execute tests
27
run: php -d xdebug.mode=coverage vendor/bin/phpunit ./tests --coverage-clover='reports/coverage/coverage.xml'
28
- name: Upload coverage reports to Codecov
29
- uses: codecov/codecov-action@v4.0.1
+ uses: codecov/codecov-action@v5.4.2
30
with:
31
token: ${{ secrets.CODECOV_TOKEN }}
32
slug: matteoc99/laravel-preference
33
files: ./reports/coverage/coverage.xml
34
- - name: Running Pint
35
- run: composer pint-test
0 commit comments