Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit f4462ff

Browse files
committed
add XDEBUG_MODE=coverage env var
1 parent 7121a66 commit f4462ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: php-actions/composer@v6
1919
- name: PHPUnit Tests
2020
uses: php-actions/phpunit@v3
21+
env:
22+
XDEBUG_MODE: coverage
2123
with:
2224
version: 9.6.5
2325
php_version: 8.2.3

0 commit comments

Comments
 (0)