SimpleCov adapter for Gems - 1.9 Coverage
The tiniest gem I think I’ll ever make is what seems to be a critically missing feature in SimpleCov (a Ruby 1.9 coverage tool), namely, a default configuration for gems. So do gem install simplecov-gem-adapter, then require 'simplecov', then SimpleCov.start 'gem' in your gem’s spec_helper.rb (or wherever your tests are).
Comments
Why not fork, update https://github.com/colszowka/simplecov/blob/master/lib/simplecov/adapters.rb and request a pull?
No updates in over a month had me thinking that wouldn’t go through necessarily any time soon. So I figured share first, and then merge upstream.
Post a comment