Skip to content

Commit a52961a

Browse files
author
klapaudius
committed
Enable coverage reporting in test workflow
Added XDEBUG_MODE and php_extensions configuration to facilitate code coverage analysis via PHPUnit. This ensures clearer insights into test coverage metrics during CI runs.
1 parent 308e961 commit a52961a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ jobs:
4747

4848
- name: Run test suite
4949
uses: php-actions/phpunit@v4
50+
env:
51+
XDEBUG_MODE: coverage
52+
with:
53+
php_extensions: "xdebug"

0 commit comments

Comments
 (0)