mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
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:
|
||||||
|
5812
coverage.xml
Normal file
5812
coverage.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user