From f0866f65e4814be68d51dc572855155e2c9132ca Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Wed, 5 Feb 2020 08:48:32 -0400 Subject: [PATCH] PMCORE-1135 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a48af9310..1e8722d11 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: name: Run Test Units command: | mkdir coverage - vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage tests/unit/ + vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/ - store_artifacts: path: coverage destination: coverage