Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from Hearst-Hatchery/COTRO-556-Remove-codecov
Browse files Browse the repository at this point in the history
COTRO-556: Remove Codecov
  • Loading branch information
dee2716 authored Apr 16, 2021
2 parents 20d3283 + 12c2fa4 commit 30ac58e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)

Expand Down

0 comments on commit 30ac58e

Please sign in to comment.