Skip to content

Commit

Permalink
Add codecov badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
helfer authored Dec 4, 2017
1 parent 1fa8dfb commit 12f44e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# apollo-link-queue

[![npm version](https://badge.fury.io/js/apollo-link-queue.svg)](https://badge.fury.io/js/apollo-link-queue) [![Build Status](https://travis-ci.org/helfer/apollo-link-queue.svg?branch=master)](https://travis-ci.org/helfer/apollo-link-queue)
[![npm version](https://badge.fury.io/js/apollo-link-queue.svg)](https://badge.fury.io/js/apollo-link-queue)
[![Build Status](https://travis-ci.org/helfer/apollo-link-queue.svg?branch=master)](https://travis-ci.org/helfer/apollo-link-queue)
[![codecov](https://codecov.io/gh/helfer/apollo-link-queue/branch/master/graph/badge.svg)](https://codecov.io/gh/helfer/apollo-link-queue)

An Apollo Link that acts as a gate and queues requests when the gate is closed. This can be used when there is no internet connection or when the user has explicitly set an app to offline mode.

Expand Down

0 comments on commit 12f44e5

Please sign in to comment.