diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 96548e9..179ccf9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -46,7 +46,7 @@ jobs: with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip - coverage: none + coverage: xdebug - name: Setup problem matchers run: | diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ece8c08..95810dd 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -21,5 +21,15 @@ src + + + + + + + + + +