1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00

Disable coverage submission on AppVeyor for now

This commit is contained in:
Niklas Keller 2017-09-20 13:45:26 +02:00 committed by Aaron Piotrowski
parent 32e901275a
commit c47b61d7e7
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -42,4 +42,6 @@ environment:
test_script: test_script:
- cd c:\projects\amphp - cd c:\projects\amphp
- phpdbg -qrr vendor/phpunit/phpunit/phpunit --colors=always --coverage-text --coverage-clover build/logs/clover.xml - phpdbg -qrr vendor/phpunit/phpunit/phpunit --colors=always --coverage-text --coverage-clover build/logs/clover.xml
- vendor/bin/coveralls -v # Disable for now, because it can't be combined and files can't be shown on coveralls.io
# https://github.com/php-coveralls/php-coveralls/issues/234
# - vendor/bin/coveralls -v