Attempt to show code coverage
This commit is contained in:
parent
ef6d0f82fd
commit
17372bafd2
@ -15,7 +15,7 @@ test:7:
|
|||||||
- php composer.phar install --no-dev
|
- php composer.phar install --no-dev
|
||||||
image: php:7
|
image: php:7
|
||||||
script:
|
script:
|
||||||
- phpunit -c build
|
- phpunit -c build --coverage-text
|
||||||
|
|
||||||
test:7.1:
|
test:7.1:
|
||||||
before_script:
|
before_script:
|
||||||
@ -24,7 +24,7 @@ test:7.1:
|
|||||||
- php composer.phar install --no-dev
|
- php composer.phar install --no-dev
|
||||||
image: php:7.1
|
image: php:7.1
|
||||||
script:
|
script:
|
||||||
- phpunit -c build
|
- phpunit -c build --coverage-text
|
||||||
|
|
||||||
test:hhvm:
|
test:hhvm:
|
||||||
before_script:
|
before_script:
|
||||||
@ -34,4 +34,4 @@ test:hhvm:
|
|||||||
- composer install --no-dev
|
- composer install --no-dev
|
||||||
image: 51systems/docker-gitlab-ci-runner-hhvm
|
image: 51systems/docker-gitlab-ci-runner-hhvm
|
||||||
script:
|
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
|
Loading…
Reference in New Issue
Block a user