Skip to content

Commit

Permalink
Added coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed May 12, 2016
1 parent 87509f5 commit 0d515df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-router-redial [![Travis][build-badge]][build] [![npm package][npm-badge]][npm]
# react-router-redial [![Travis][build-badge]][build] [![npm package][npm-badge]][npm] [![Coveralls][coverage-badge]][coverage]

Simple integration of [redial](https://github.com/markdalgleish/redial) for [React Router](https://github.com/reactjs/react-router)

Expand Down Expand Up @@ -245,3 +245,6 @@ export default (path, store) => new Promise((resolve, reject) => {

[npm-badge]: https://img.shields.io/npm/v/react-router-redial.svg?style=flat-square
[npm]: https://www.npmjs.org/package/react-router-redial

[coverage-badge]: https://img.shields.io/coveralls/dlmr/react-router-redial/master.svg?style=flat-square
[coverage]: https://coveralls.io/github/dlmr/react-router-redial

0 comments on commit 0d515df

Please sign in to comment.