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 #6 from Hearst-Hatchery/COTRO-556-Remove-codecov
Browse files Browse the repository at this point in the history
Remove Codecov
  • Loading branch information
dee2716 authored Apr 23, 2021
2 parents f4bfc27 + ac4c147 commit 56ad008
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@ language: php

php:
- 7.1
- 7.2

cache:
directories:
- $HOME/.composer/cache/files
- $HOME/.composer/cache/vcs

before_install:
- composer self-update 1.10.21

install:
- cp $HOME/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini /tmp # copy xdebug
- phpenv config-rm xdebug.ini # remove xdebug for faster composer commands
Expand All @@ -19,6 +23,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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# graphql-php-query-builder
[![Build Status](https://travis-ci.com/Hearst-Hatchery/graphql-php-query-builder.svg?branch=master)](https://travis-ci.com/Hearst-Hatchery/graphql-php-query-builder)
[![codecov](https://codecov.io/gh/Hearst-Hatchery/graphql-php-query-builder/branch/master/graph/badge.svg)](https://codecov.io/gh/Hearst-Hatchery/graphql-php-query-builder)

Simple QueryBuilder to deconstruct array and return GraphQL string can be used to request GraphQL server

Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"email": "[email protected]"
}
],
"require": {},
"require": {
"php": "^7.1"
},
"require-dev": {
"codeception/verify": "^1.0",
"codeception/base": "^2.5",
Expand Down

0 comments on commit 56ad008

Please sign in to comment.