README.md in danger-simplecov_json-0.1.0 vs README.md in danger-simplecov_json-0.2.0
- old
+ new
@@ -1,6 +1,10 @@
# danger-simplecov_json
+[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](LICENSE.txt)
+[![Gem](https://img.shields.io/gem/v/danger-simplecov_json.svg?style=flat)](http://rubygems.org/gems/danger-simplecov_json)
+[![Build Status](https://travis-ci.org/marcelofabri/danger-simplecov_json.svg?branch=master)](https://travis-ci.org/marcelofabri/danger-simplecov_json)
+
Report your Ruby app test suite code coverage in [Danger](https://github.com/danger/danger).
Before using this plugin, you need to setup your project to use [SimpleCov](https://github.com/colszowka/simplecov)
to get code coverage information and [simplecov-json](https://github.com/vicentllongo/simplecov-json) to format
it as JSON.