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
- Host: GitHub
- URL: https://github.com/holyshared/simplecov-markdown
- Owner: holyshared
- License: mit
- Created: 2015-01-06T08:54:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T19:54:32.000Z (almost 9 years ago)
- Last Synced: 2025-07-12T10:57:20.889Z (11 months ago)
- Topics: gem, reporter, ruby, simplecov
- Language: Ruby
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SimpleCov Markdown Formatter
==================================
[](http://badge.fury.io/rb/simplecov-markdown)
[](https://travis-ci.org/holyshared/simplecov-markdown)
[](https://coveralls.io/r/holyshared/simplecov-markdown)
[](https://codeclimate.com/github/holyshared/simplecov-markdown)
Install
----------------------------
gem install simplecov-markdown
Usage
----------------------------
```ruby
require 'simplecov-csv'
SimpleCov.formatter = SimpleCov::Formatter::MarkdownFormatter
```