Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

SpringCare/simplecov-shield

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplecov-shield

Gem Version Build Status Code Climate Coverage Status Dependency Status License

SimpleCov Formatter to generate coverage badge via Shields.io

Install

Add this line to your application's Gemfile

gem 'simplecov-shield'

Or install it yourself

gem install simplecov-shield

Usage

require 'simplecov-shield'
SimpleCov.formatter = SimpleCov::Formatter::ShieldFormatter

Badge will be generated at coverage/coverage.svg

Examples

standard badge

flat badge

Configuration

SimpleCov::Formatter::ShieldFormatter.config[:option] = value
Options
Name Description Default Allowed
badge_name badge title 'coverage' String
style badge style :normal :normal, :flat
precision coverage percent precision 0 Integer

Contributing

see CONTRIBUTING.md

Copyright

Copyright (c) 2014 Andrew Terris, Lesley Dennison

About

SimpleCov Formatter to generate coverage badge via shields.io

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 100.0%