We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd90c0 commit c9c875dCopy full SHA for c9c875d
.github/workflows/phpunit.yml
@@ -42,3 +42,7 @@ jobs:
42
composer install --no-interaction --no-progress
43
- name: Run PHPUnit
44
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