From 2408572bae9aa5e27ec589fd47b12d9ad56a5365 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Fri, 21 Jun 2024 23:54:36 +0200 Subject: [PATCH] add PHPUnit path coverage command --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 12cb579..9305247 100644 --- a/composer.json +++ b/composer.json @@ -55,6 +55,7 @@ "phpunit": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/oxid-dic-handler/tests/ --no-coverage", "phpunit-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/oxid-dic-handler/tests/ --coverage-html=reports/phpunit/oxid-dic-handler", + "phpunit-path-coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --config=vendor/d3/oxid-dic-handler/tests/ --coverage-html=reports/phpunit/oxid-dic-handler --path-coverage", "infection": "./vendor/bin/infection --configuration=vendor/d3/oxid-dic-handler/infection.json5",