1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

Include code coverage

This commit is contained in:
Dane Everitt 2017-06-16 00:50:10 -05:00
parent a527949939
commit 8ea907e97a
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 5814 additions and 2 deletions

View File

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

File diff suppressed because it is too large Load Diff