From 247ec06f52b09bfc3397ed483ac11f0239c15e2e Mon Sep 17 00:00:00 2001 From: Benoit Foujols Date: Mon, 27 Mar 2023 16:49:32 +0200 Subject: [PATCH] add Code Coverage --- clover.xml | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++ composer.json | 2 +- 2 files changed, 314 insertions(+), 1 deletion(-) create mode 100644 clover.xml 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" }