Skip to content

Commit 11af2fa

Browse files
committed
improve coverage reporting
1 parent 93a4511 commit 11af2fa

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
deps: ['highest']
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: Setup PHP, with composer and extensions
2323
uses: shivammathur/setup-php@v2
2424
with:
@@ -31,8 +31,7 @@ jobs:
3131
- name: Run Tests
3232
run: vendor/bin/phpunit
3333
- name: Upload coverage to Codecov
34-
if: ${{ matrix.php-versions == 8.3 }}
35-
uses: codecov/codecov-action@v4
34+
uses: codecov/codecov-action@v5
3635
with:
3736
token: ${{ secrets.CODECOV_TOKEN }}
3837
- name: Run mutation tests

0 commit comments

Comments
 (0)