mirror of
https://github.com/danog/process.git
synced 2024-11-30 04:39:04 +01:00
Enable coverage on AppVeyor
This commit is contained in:
parent
7c96e123de
commit
3eee7e304b
@ -32,7 +32,14 @@ install:
|
|||||||
- cd c:\projects\amphp
|
- cd c:\projects\amphp
|
||||||
- appveyor DownloadFile https://getcomposer.org/composer.phar
|
- appveyor DownloadFile https://getcomposer.org/composer.phar
|
||||||
- php composer.phar install --prefer-dist --no-progress
|
- php composer.phar install --prefer-dist --no-progress
|
||||||
|
- php composer.phar require satooshi/php-coveralls dev-master
|
||||||
|
|
||||||
|
# https://ci.appveyor.com/tools/encrypt
|
||||||
|
environment:
|
||||||
|
COVERALLS_REPO_TOKEN:
|
||||||
|
secure: bptM5yHwiBe6iQvBP769zMJa3nXikraEbWEuSOQ/rnl8fb0EgB6F7uQarfNXv5T0
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cd c:\projects\amphp
|
- cd c:\projects\amphp
|
||||||
- vendor/bin/phpunit --colors=always
|
- phpdbg -qrr vendor/phpunit/phpunit/phpunit --colors=always --coverage-text --coverage-clover build/logs/clover.xml
|
||||||
|
- php vendor/bin/coveralls -v
|
||||||
|
Loading…
Reference in New Issue
Block a user