Include code coverage
This commit is contained in:
parent
a527949939
commit
8ea907e97a
2 changed files with 5814 additions and 2 deletions
|
@ -14,11 +14,11 @@ before_install:
|
|||
before_script:
|
||||
- phpenv config-rm xdebug.ini
|
||||
- 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 db:seed -v
|
||||
script:
|
||||
- vendor/bin/phpunit --coverage-clover=coverage.xml
|
||||
- vendor/bin/phpunit --coverage-clover coverage.xml
|
||||
notifications:
|
||||
email: false
|
||||
after_success:
|
||||
|
|
5812
coverage.xml
Normal file
5812
coverage.xml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue