Skip to content

Commit 9aff445

Browse files
author
Thomas Leonard
committed
Add Integration tests status link
1 parent 0ea0711 commit 9aff445

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
Federation support for ![Graphene Logo](http://graphene-python.org/favicon.png) [Graphene](http://graphene-python.org) following the [Federation specifications](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/).
44

5-
[![Build Status][build-image]][build-url]
5+
[![Unit Tests Status][unit-tests-image]][unit-tests-url]
66
[![Coverage Status][coveralls-image]][coveralls-url]
7+
[![Integration Tests Status][integration-tests-image]][integration-tests-url]
78

8-
[build-image]: https://github.com/loft-orbital/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=loft-master
9-
[build-url]: https://github.com/loft-orbital/graphene-federation/actions
9+
[unit-tests-image]: https://github.com/loft-orbital/graphene-federation/workflows/Unit%20Tests/badge.svg?branch=loft-master
10+
[unit-tests-url]: https://github.com/loft-orbital/graphene-federation/actions?query=workflow%3A"Unit+Tests"
11+
query=workflow%3A"Integration+Tests"
1012
[coveralls-image]: https://coveralls.io/repos/github/loft-orbital/graphene-federation/badge.svg?branch=loft-master
1113
[coveralls-url]: https://coveralls.io/github/loft-orbital/graphene-federation?branch=loft-master
12-
14+
[integration-tests-image]: https://github.com/loft-orbital/graphene-federation/workflows/Integration%20Tests/badge.svg?branch=loft-master
15+
[integration-tests-url]: https://github.com/loft-orbital/graphene-federation/actions?
1316

1417
Based on discussion: https://github.com/graphql-python/graphene/issues/953#issuecomment-508481652
1518

0 commit comments

Comments
 (0)