simplecov-shield-json
Shield JSON formatter for the ruby 1.9+ code coverage gem SimpleCov
Usage
-
Add simplecov-shield-json to your
Gemfile
andbundle install
:gem 'simplecov-shield-json', require: false
-
Require simplecov-shield-json and set it up as SimpleCov's formatter:
require 'simplecov-shield-json' SimpleCov.formatter = SimpleCov::Formatter::ShieldJSONFormatter
Result
Generated badge svg can be found in coverage/badge.svg