From 604bdeda344fef3cdd175a61d8923192fec3a090 Mon Sep 17 00:00:00 2001 From: Jitendra Adhikari Date: Sun, 5 Jan 2020 07:43:26 +0700 Subject: [PATCH] chore(composer): bump adhocore/cli --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 117f45c..6564fe7 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,7 @@ "phpunit/phpunit": "^6.5 || ^7.5" }, "scripts": { - "test": "vendor/bin/phpunit" + "test": "phpunit", + "test:cov": "phpunit --coverage-text --coverage-clover coverage.xml --coverage-html vendor/cov" } }