Skip to content

Commit d38d5a9

Browse files
authored
Merge pull request #2369 from justlevine/chore/update-coverage-badge
2 parents 4d357b7 + 357c561 commit d38d5a9

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ Below are some links to help you get started with WPGraphQL
1313
- <a href="https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA" target="_blank">Join the WPGraphQL community on Slack</a>
1414

1515
-----
16+
1617
[![Total Downloads](https://poser.pugx.org/wp-graphql/wp-graphql/downloads)](https://packagist.org/packages/wp-graphql/wp-graphql)
1718
[![Monthly Downloads](https://poser.pugx.org/wp-graphql/wp-graphql/d/monthly)](https://packagist.org/packages/wp-graphql/wp-graphql)
1819
[![Daily Downloads](https://poser.pugx.org/wp-graphql/wp-graphql/d/daily)](https://packagist.org/packages/wp-graphql/wp-graphql)
1920
[![Latest Stable Version](https://poser.pugx.org/wp-graphql/wp-graphql/v/stable)](https://packagist.org/packages/wp-graphql/wp-graphql)
2021
[![License](https://poser.pugx.org/wp-graphql/wp-graphql/license)](https://packagist.org/packages/wp-graphql/wp-graphql)
2122
[![Actions Status](https://github.com/wp-graphql/wp-graphql/workflows/Testing%20Integration/badge.svg)](https://github.com/wp-graphql/wp-graphql/actions?query=workflow%3A%22Testing+Integration%22) [![Actions Status](https://github.com/wp-graphql/wp-graphql/workflows/WordPress%20Coding%20Standards/badge.svg)](https://github.com/wp-graphql/wp-graphql/actions?query=workflow%3A%22WordPress+Coding+Standards%22)
22-
[![codecov](https://codecov.io/gh/wp-graphql/wp-graphql/branch/master/graph/badge.svg)](https://codecov.io/gh/wp-graphql/wp-graphql)
23+
[![Coverage Status](https://coveralls.io/repos/github/wp-graphql/wp-graphql/badge.svg)](https://coveralls.io/github/wp-graphql/wp-graphql)
2324
-----
2425

2526
## Install
27+
2628
- Requires PHP 7.1+
2729
- Requires WordPress 5.0+
2830

@@ -41,36 +43,34 @@ Follow the WPGraphQL Quick Start instructions to install and activate WPGraphQL
4143
## Shout Outs
4244

4345
- Special thanks to [Gatsby](http://gatsbyjs.com) and [WPEngine](https://wpengine.com) for allocating development resources to push the project forward!
44-
- This plugin brings the power of GraphQL (http://graphql.org/) to WordPress.
45-
- The plugin is built on top of the graphql-php library by Webonyx (https://github.com/webonyx/graphql-php) and makes use
46-
of the graphql-relay-php library by Ivome (https://github.com/ivome/graphql-relay-php/)
47-
- Some of the concepts and code are based on the WordPress Rest API. Much love to the folks (https://github.com/orgs/WP-API/people)
48-
that put their blood, sweat and tears into the WP-API project, as it's been huge in moving WordPress forward as a
46+
- This plugin brings the power of GraphQL (<http://graphql.org/>) to WordPress.
47+
- The plugin is built on top of the graphql-php library by Webonyx (<https://github.com/webonyx/graphql-php>) and makes use
48+
of the graphql-relay-php library by Ivome (<https://github.com/ivome/graphql-relay-php/>)
49+
- Some of the concepts and code are based on the WordPress Rest API. Much love to the folks (<https://github.com/orgs/WP-API/people>)
50+
that put their blood, sweat and tears into the WP-API project, as it's been huge in moving WordPress forward as a
4951
platform and helped inspire and direct the development of WPGraphQL.
50-
- Much love to Facebook® for open sourcing the GraphQL spec (https://facebook.github.io/graphql/), the amazing GraphiQL
51-
dev tools (https://github.com/graphql/graphiql), and maintaining the JavaScript GraphQL reference
52-
implementation (https://github.com/graphql/graphql-js)
53-
- Much love to Apollo (Meteor Development Group) for their work on driving GraphQL forward and providing a lot of insight
54-
into how to design GraphQL schemas, etc. Check them out: http://www.apollodata.com/
52+
- Much love to Facebook® for open sourcing the GraphQL spec (<https://facebook.github.io/graphql/>), the amazing GraphiQL
53+
dev tools (<https://github.com/graphql/graphiql>), and maintaining the JavaScript GraphQL reference
54+
implementation (<https://github.com/graphql/graphql-js>)
55+
- Much love to Apollo (Meteor Development Group) for their work on driving GraphQL forward and providing a lot of insight
56+
into how to design GraphQL schemas, etc. Check them out: <http://www.apollodata.com/>
5557

5658
## Contributors
5759

5860
This project exists thanks to all the people who contribute. [[Contribute](.github/CONTRIBUTING.md)].
5961
<a href="https://github.com/wp-graphql/wp-graphql/graphs/contributors"><img src="https://opencollective.com/wp-graphql/contributors.svg?width=890&button=false" /></a>
6062

61-
6263
## Backers
6364

64-
[![Backers on Open Collective](https://opencollective.com/wp-graphql/backers/badge.svg)](#backers)
65+
[![Backers on Open Collective](https://opencollective.com/wp-graphql/backers/badge.svg)](#backers)
6566

6667
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/wp-graphql#backer)]
6768

6869
<a href="https://opencollective.com/wp-graphql#backers" target="_blank"><img src="https://opencollective.com/wp-graphql/backers.svg?width=890"></a>
6970

70-
7171
## Sponsors
7272

73-
[![Sponsors on Open Collective](https://opencollective.com/wp-graphql/sponsors/badge.svg)](#sponsors)
73+
[![Sponsors on Open Collective](https://opencollective.com/wp-graphql/sponsors/badge.svg)](#sponsors)
7474

7575
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/wp-graphql#sponsor)]
7676

0 commit comments

Comments
 (0)