We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
First add to your Gemfile:
group :development do gem 'simplecov' end
Then add the following to where it will be ran, for example at the top of your spec_helper.rb if you are using rspec.
require 'simplecov' SimpleCov.start
There was an error while loading. Please reload this page.