From 91a6d76c4b84012cf6020218f1afbd0c9cf929f9 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 27 Jan 2017 12:42:57 -0500 Subject: [PATCH] Attempt to show code coverage --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c89a8a4..59d45874 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test:7: - php composer.phar install --no-dev image: php:7 script: - - phpunit -c build + - phpunit -c build --coverage-text test:7.1: before_script: @@ -24,7 +24,7 @@ test:7.1: - php composer.phar install --no-dev image: php:7.1 script: - - phpunit -c build + - phpunit -c build --coverage-text test:hhvm: before_script: @@ -34,4 +34,4 @@ test:hhvm: - composer install --no-dev image: 51systems/docker-gitlab-ci-runner-hhvm script: - - hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build \ No newline at end of file + - hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build --coverage-text \ No newline at end of file