# 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. ## How does it look?
1 Message | |
---|---|
:book: | Code coverage is now at 99.15% (1512/1525 lines) |