Skip to content

Commit 020dce9

Browse files
docs: Updates readme badges
They now use Platform & Version data from swiftpackageindex. Codebeat was dropped, since the links were no longer valid.
1 parent 3949cc2 commit 020dce9

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
Graphiti is a Swift library for building GraphQL schemas fast, safely and easily.
44

5-
[![Swift][swift-badge]][swift-url]
5+
[![Platforms][platforms-badge]][platforms-url]
6+
[![Versions][versions-badge]][versions-url]
67
[![License][mit-badge]][mit-url]
78
[![GitHub Actions][gh-actions-badge]][gh-actions-url]
8-
[![Maintainability][maintainability-badge]][maintainability-url]
9-
[![Coverage][coverage-badge]][coverage-url]
109

1110
Looking for help? Find resources [from the community](http://graphql.org/community/).
1211

@@ -249,6 +248,12 @@ swiftformat .
249248

250249
This project is released under the MIT license. See [LICENSE](LICENSE) for details.
251250

251+
[platforms-badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FGraphiti%2Fbadge%3Ftype%3Dplatforms
252+
[platforms-url]: https://swiftpackageindex.com/GraphQLSwift/Graphiti
253+
254+
[versions-badge]: https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FGraphQLSwift%2FGraphiti%2Fbadge%3Ftype%3Dswift-versions
255+
[versions-url]: https://swiftpackageindex.com/GraphQLSwift/Graphiti
256+
252257
[swift-badge]: https://img.shields.io/badge/Swift-5.4-orange.svg?style=flat
253258
[swift-url]: https://swift.org
254259

@@ -257,9 +262,3 @@ This project is released under the MIT license. See [LICENSE](LICENSE) for detai
257262

258263
[gh-actions-badge]: https://github.com/GraphQLSwift/Graphiti/workflows/Tests/badge.svg
259264
[gh-actions-url]: https://github.com/GraphQLSwift/Graphiti/actions?query=workflow%3ATests
260-
261-
[maintainability-badge]: https://api.codeclimate.com/v1/badges/25559824033fc2caa94e/maintainability
262-
[maintainability-url]: https://codeclimate.com/github/GraphQLSwift/Graphiti/maintainability
263-
264-
[coverage-badge]: https://api.codeclimate.com/v1/badges/25559824033fc2caa94e/test_coverage
265-
[coverage-url]: https://codeclimate.com/github/GraphQLSwift/Graphiti/test_coverage

0 commit comments

Comments
 (0)