Skip to content

Commit

Permalink
coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ojhaujjwal authored Aug 5, 2017
1 parent 3b1d26f commit 2912d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PSR-7 Session
===================
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coverage-image]][coverage-url]

Alternative to PHP's native session handler. It does not depend on PHP's session capability.

Expand Down Expand Up @@ -199,3 +200,5 @@ The middleware is compatible with `http-interop/http-middleware` based single pa

[travis-image]: https://travis-ci.org/ojhaujjwal/psr7-session.svg?branch=master
[travis-url]: https://travis-ci.org/ojhaujjwal/psr7-session
[coverage-image]: https://coveralls.io/repos/github/ojhaujjwal/psr7-session/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/ojhaujjwal/psr7-session?branch=master

0 comments on commit 2912d4d

Please sign in to comment.