Skip to content

Commit

Permalink
README: add coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Feb 27, 2015
1 parent a86f899 commit 6a62e5b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kong

[![Build Status][travis-image]][travis-url] [![Gitter][gitter-image]][gitter-url]
[![Build Status][travis-badge]][travis-url] [![Coverage Status][coveralls-badge]][coveralls-url] [![Gitter][gitter-badge]][gitter-url]

Kong is a scalable and customizable API Management Layer built on top of nginx.

Expand Down Expand Up @@ -104,6 +104,8 @@ scripts/db.lua drop
```

[travis-url]: https://travis-ci.org/Mashape/kong
[travis-image]: https://img.shields.io/travis/Mashape/kong.svg?style=flat
[travis-badge]: https://img.shields.io/travis/Mashape/kong.svg?style=flat
[coveralls-url]: https://coveralls.io/r/Mashape/kong?branch=master
[coveralls-badge]: https://coveralls.io/repos/Mashape/kong/badge.svg?branch=master
[gitter-url]: https://gitter.im/Mashape/kong?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
[gitter-badge]: https://badges.gitter.im/Join%20Chat.svg

0 comments on commit 6a62e5b

Please sign in to comment.