From bd5a6c354e2dd715b2d27bbb84674eefe9661e37 Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Tue, 16 Jul 2024 16:31:22 +0530 Subject: [PATCH] phpunit.xml fixes + test github action updates --- .github/workflows/run-tests.yml | 2 +- phpunit.xml.dist | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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 + + + + + + + + + +