An open API service indexing awesome lists of open source software.

https://github.com/holyshared/simplecov-markdown

SimpleCov formatter to generate a markdown report
https://github.com/holyshared/simplecov-markdown

gem reporter ruby simplecov

Last synced: 11 months ago
JSON representation

SimpleCov formatter to generate a markdown report

Awesome Lists containing this project

README

          

SimpleCov Markdown Formatter
==================================

[![Gem Version](https://badge.fury.io/rb/simplecov-markdown.svg)](http://badge.fury.io/rb/simplecov-markdown)
[![Build Status](https://travis-ci.org/holyshared/simplecov-markdown.svg?branch=master)](https://travis-ci.org/holyshared/simplecov-markdown)
[![Coverage Status](https://coveralls.io/repos/holyshared/simplecov-markdown/badge.png)](https://coveralls.io/r/holyshared/simplecov-markdown)
[![Code Climate](https://codeclimate.com/github/holyshared/simplecov-markdown/badges/gpa.svg)](https://codeclimate.com/github/holyshared/simplecov-markdown)

Install
----------------------------

gem install simplecov-markdown

Usage
----------------------------

```ruby
require 'simplecov-csv'
SimpleCov.formatter = SimpleCov::Formatter::MarkdownFormatter
```