Is a formatter for the ruby 1.9+ coverage gem: SimpleCov to work with the Ruby Coverage Formatter plugin for Sublime 2
$ [sudo] gem install simplecov-sublime-ruby-coverage
require 'simplecov-sublime-ruby-coverage'
SimpleCov.formatter = SimpleCov::Formatter::SublimeRubyCoverageFormatter
The actual version generates many simple text files, one for every source file.
Authors Drew LeSueur, Jade Meskill and Roy van de Water: http://integrumtech.com
Copyright Copyright (c) 2012 Integrum Technologies, LLC
License Released under the MIT license.
Originally Forked From http://github.com/fguillen/simplecov-csv