diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f580b49..2ccba4a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
run: php${{ matrix.php }} ./vendor/bin/ecs check src tests
- name: Code coverage
- run: php${{ matrix.php }} -d xdebug.mode=coverage ./vendor/bin/phpunit --coverage-text
+ run: php${{ matrix.php }} -d xdebug.mode=coverage ./vendor/bin/phpunit
- name: Fix code coverage paths
run: sed -i 's@'$GITHUB_WORKSPACE'@/github/workspace/@g' var/coverage.xml
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 6a9b19a..8a236d3 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -17,6 +17,7 @@
+