RubyMine
 
Get RubyMine
You are viewing the documentation for an earlier version of RubyMine.

Code coverage

Last modified: 09 August 2022

Add the simplecov gem to your Gemfile and install it to your project SDK.

With RubyMine, you can measure how much of your code is covered with tests using the SimpleCov analysis tool. You can run tests with coverage for any supported testing framework, analyze the percentage of covered files and lines in a separate tool window and editor, generate HTML reports, and so on.