Skip to content

Commit

Permalink
Change coverall link to point to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisWatson committed Feb 21, 2017
1 parent 2637573 commit 62e1261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Firebase Authentication JWT Verifier

[![Build Status](https://travis-ci.org/LewisWatson/firebase-jwt-auth.svg?branch=master)](https://travis-ci.org/LewisWatson/firebase-jwt-auth)
[![Coverage Status](https://coveralls.io/repos/github/LewisWatson/firebase-jwt-auth/badge.svg)](https://coveralls.io/github/LewisWatson/firebase-jwt-auth)
[![GoDoc](https://godoc.org/github.com/SermoDigital/jose?status.svg)](https://godoc.org/github.com/LewisWatson/firebase-jwt-auth)
[![Coverage Status](https://coveralls.io/repos/github/LewisWatson/firebase-jwt-auth/badge.svg?branch=feature%2Fexpand-tests)](https://coveralls.io/github/LewisWatson/firebase-jwt-auth?branch=feature%2Fexpand-tests)
[![stability-unstable](https://img.shields.io/badge/stability-unstable-yellow.svg)](https://github.com/emersion/stability-badges#unstable)

This library follows the instructions described in [verify id tokens using third-party JWT library](https://firebase.google.com/docs/auth/admin/verify-id-tokens#verify_id_tokens_using_a_third-party_jwt_library) section of the firebase documentation.
Expand Down

0 comments on commit 62e1261

Please sign in to comment.