Include code coverage
This commit is contained in:
parent
a527949939
commit
8ea907e97a
|
@ -14,11 +14,11 @@ before_install:
|
||||||
before_script:
|
before_script:
|
||||||
- phpenv config-rm xdebug.ini
|
- phpenv config-rm xdebug.ini
|
||||||
- cp .env.travis .env
|
- cp .env.travis .env
|
||||||
- composer install --no-interaction --prefer-dist --no-suggest --verbose
|
- composer install --no-interaction --prefer-dist --no-suggest --no-scripts --verbose
|
||||||
- php artisan migrate -v
|
- php artisan migrate -v
|
||||||
- php artisan db:seed -v
|
- php artisan db:seed -v
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
- vendor/bin/phpunit --coverage-clover coverage.xml
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
after_success:
|
after_success:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue