diff --git a/README.md b/README.md index 7135c29..08e2c10 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Total Downloads](https://poser.pugx.org/DarkaOnLine/L5-Swagger/downloads.svg)](https://packagist.org/packages/DarkaOnLine/L5-Swagger) [![Build Status](https://travis-ci.org/DarkaOnLine/L5-Swagger.svg?branch=master)](https://travis-ci.org/DarkaOnLine/L5-Swagger) +[![Code Climate](https://codeclimate.com/github/DarkaOnLine/L5-Swagger/badges/gpa.svg)](https://codeclimate.com/github/DarkaOnLine/L5-Swagger) +[![Test Coverage](https://codeclimate.com/github/DarkaOnLine/L5-Swagger/badges/coverage.svg)](https://codeclimate.com/github/DarkaOnLine/L5-Swagger/coverage) [![StyleCI](https://styleci.io/repos/32315619/shield)](https://styleci.io/repos/32315619) L5 Swagger diff --git a/composer.json b/composer.json index a47d6e4..ea4e57f 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,8 @@ "zircote/swagger-php": "~2.0" }, "require-dev": { - "orchestra/testbench": "~3.0" + "orchestra/testbench": "~3.0", + "codeclimate/php-test-reporter": "~0.1" }, "autoload": { "psr-4": {