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:
parent
32e901275a
commit
c47b61d7e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user