From c47b61d7e7ce8fcb8f27ce6d4acc752bda109c40 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Wed, 20 Sep 2017 13:45:26 +0200 Subject: [PATCH] Disable coverage submission on AppVeyor for now --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 712b56a..a918bf1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,4 +42,6 @@ environment: test_script: - cd c:\projects\amphp - 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