Skip to content

Commit 62009e9

Browse files
committed
Set XDEBUG_MODE to "coverage" when running tests
1 parent 8b8aa26 commit 62009e9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
configuration: phpunit.xml.dist
2828
coverage_text: true
2929
coverage_clover: coverage.xml
30+
env:
31+
XDEBUG_MODE: coverage
3032

3133
- name: Enforce coverage threshold
3234
if: matrix.php-version == '8.2'

0 commit comments

Comments
 (0)