Skip to content

Commit c944eb0

Browse files
committed
Ensure XDEBUG is running for test coverage
1 parent ec83187 commit c944eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/part_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
run: composer install --prefer-dist --ignore-platform-req=php+
6767
- name: Run PHPUnit
6868
run: composer run test:unit
69+
env:
70+
XDEBUG_MODE: coverage
6971
- name: Upload coverage results to Coveralls
7072
env:
7173
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)