Skip to content

Commit d7f3cd5

Browse files
committed
Fix coverage
1 parent 339df84 commit d7f3cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
run: vendor/bin/simple-phpunit --coverage-clover coverage.xml --coverage-text
5858
- name: Upload coverage to Codecov
5959
uses: codecov/codecov-action@v4
60+
with:
61+
token: ${{ secrets.CODECOV_TOKEN }}
6062
- name: Run mutation tests
6163
if: ${{ matrix.php-versions == 8.3 && matrix.operating-system == 'ubuntu-latest' }}
6264
env:

0 commit comments

Comments
 (0)