Skip to content

Commit 4b6f981

Browse files
committed
ci: enable coverage from phpunit
1 parent bc6adb1 commit 4b6f981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353

5454
- name: PHP Unit tests
5555
uses: php-actions/phpunit@v3
56+
env:
57+
XDEBUG_MODE: cover
5658
with:
5759
version: 9
5860
php_version: ${{ matrix.php }}

0 commit comments

Comments
 (0)