diff --git a/clover.xml b/clover.xml new file mode 100644 index 0000000..f7f45af --- /dev/null +++ b/clover.xml @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/composer.json b/composer.json index 826f141..a7c351c 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ "start": [ "Composer\\Config::disableProcessTimeout", "php -S localhost:8042 -t examples" ], - "test": "php vendor/bin/phpunit --testdox tests", + "test": "php vendor/bin/phpunit --testdox tests --coverage-clover clover.xml", "docker-start": "docker compose up -d", "docker-stop": "docker compose down" }