Skip to content

Commit c9c875d

Browse files
committed
Setup Codecov
1 parent acd90c0 commit c9c875d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ jobs:
4242
composer install --no-interaction --no-progress
4343
- name: Run PHPUnit
4444
run: ./vendor/bin/phpunit
45+
- name: Upload coverage reports to Codecov
46+
uses: codecov/codecov-action@v5
47+
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)