From 0b237d9189aaa9e8a54bf22f04d9cdcd501479c9 Mon Sep 17 00:00:00 2001 From: "R. Eric Wheeler" Date: Fri, 1 Jan 2021 22:52:21 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c652c93..fd7d82d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,4 +20,4 @@ before_script: # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test: script: - - vendor/bin/phpunit --coverage-text --colors=never + - php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-text --colors=never