diff --git a/.travis.yml b/.travis.yml index b045e9d..365b9f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,3 @@ script: - composer build - phpenv config-add /tmp/xdebug.ini # reenable xdebug for coverage - composer coverage-xml - -after_success: - - bash <(curl -s https://codecov.io/bash) -f ./test/codeception/_output/coverage.xml diff --git a/README.md b/README.md index eeae814..94ce423 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # graphql-php-client [![Current Release](https://img.shields.io/badge/release-0.3.0-1eb0fc.svg)](https://github.com/Hearst-Hatchery/graphql-php-client/releases/tag/0.3.0) [![Build Status](https://travis-ci.com/Hearst-Hatchery/graphql-php-client.svg?branch=master)](https://travis-ci.com/Hearst-Hatchery/graphql-php-client) -[![codecov](https://codecov.io/gh/Hearst-Hatchery/graphql-php-client/branch/master/graph/badge.svg)](https://codecov.io/gh/Hearst-Hatchery/graphql-php-client) - A GraphQL client in PHP. This uses Guzzle, but it's compatible with any [PSR-18](http://www.php-fig.org/psr/psr-18/) client through [HTTPlug](http://httplug.io/)