Skip to content

Commit

Permalink
Add coverall badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaitrehenry committed Jun 29, 2015
1 parent 00ba276 commit d1f814f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Use this component in order to normalize your Restful API I/O.
- Use the builder-s to create a valid anonymous object to JSON serialize
- Use the parser to create an object which will contain your items

[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.4-8892BF.svg)](https://php.net/)
[![Build Status](https://travis-ci.org/CrakLabs/rest-normalizer.svg)](https://travis-ci.org/CrakLabs/rest-normalizer)
[![Coverage Status](https://coveralls.io/repos/CrakLabs/rest-normalizer/badge.svg?branch=master)](https://coveralls.io/r/CrakLabs/rest-normalizer?branch=master)
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/5998393e-29ea-48f8-8e7e-b19e86daa2db.svg)](https://insight.sensiolabs.com/projects/5998393e-29ea-48f8-8e7e-b19e86daa2db)
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.4-8892BF.svg)](https://php.net/)
[![License](https://img.shields.io/packagist/l/craklabs/rest-normalizer.svg)](https://packagist.org/packages/craklabs/rest-normalizer)

## How to install
Expand Down

0 comments on commit d1f814f

Please sign in to comment.