Skip to content

marocchino/simplecov-formatter-badge

Repository files navigation

Simplecov Badge Formatter

Examples

red yellow green

Installation

Add this line to your application's Gemfile:

gem 'simplecov-formatter-badge', require: false

And then execute:

$ bundle

Usage

require 'simplecov-formatter-badge'
SimpleCov.formatter =
  SimpleCov::Formatter::MultiFormatter.new \
    [SimpleCov::Formatter::HTMLFormatter,
     SimpleCov::Formatter::BadgeFormatter]

then use it from your README

[![coverage](https://path.to.report/coverage.svg)](https://path.to.report/)

Why not ...

  • simplecov-badge: not pretty
  • simplecov-formatter-shield: bug & not fix it
  • simplecov-shields-badge: do not want commit coverage

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published