Skip to content

Commit

Permalink
Codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Nov 29, 2016
1 parent 9b1dacc commit 9cbc5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Latest Stable Version](https://poser.pugx.org/js-phpize/js-phpize/v/stable.png)](https://packagist.org/packages/js-phpize/js-phpize)
[![Build Status](https://travis-ci.org/pug-php/js-phpize.svg?branch=master)](https://travis-ci.org/pug-php/js-phpize)
[![StyleCI](https://styleci.io/repos/65670436/shield?style=flat)](https://styleci.io/repos/65670436)
[![Test Coverage](https://codeclimate.com/github/pug-php/js-phpize/badges/coverage.svg)](https://codecov.io/github/pug-php/js-phpize?branch=master)
[![Test Coverage](https://codecov.io/gh/pug-php/js-phpize/branch/master/graph/badge.svg)](https://codecov.io/gh/pug-php/js-phpize)
[![Code Climate](https://codeclimate.com/github/pug-php/js-phpize/badges/gpa.svg)](https://codeclimate.com/github/pug-php/js-phpize)

Convert js-like syntax to standalone PHP code.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": ">=4.0",
"phpunit/phpunit": ">=4.8",
"codeclimate/php-test-reporter": "dev-master"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 9cbc5c6

Please sign in to comment.