Attempt to show code coverage

This commit is contained in:
Timothy Warren 2017-01-27 12:42:57 -05:00
parent ef6d0f82fd
commit 17372bafd2
1 changed files with 3 additions and 3 deletions

View File

@ -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
- hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build --coverage-text