Update .gitlab-ci.yml

This commit is contained in:
R. Eric Wheeler 2021-01-01 22:52:21 +00:00
parent 6df6e05e43
commit 0b237d9189
1 changed files with 1 additions and 1 deletions

View File

@ -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