Ruby's Got You Covered

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. SimpleCov

    Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites

    There are many tools for measuring test coverage, but one is SimpleCov. It also supports branches coverage. To measure coverage of production code, check out Coverband, which you can set up to use oneshot lines mode.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Coverband

    Ruby production code coverage collection and reporting (line of code usage)

    There are many tools for measuring test coverage, but one is SimpleCov. It also supports branches coverage. To measure coverage of production code, check out Coverband, which you can set up to use oneshot lines mode.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to Improve Code Quality on a Ruby on Rails Application

    8 projects | dev.to | 11 Nov 2021
  • Dead code or unused code removal in ruby on rails.

    2 projects | /r/rubyonrails | 9 Sep 2022
  • How do I find all callbacks that could be executed before a controller action.

    1 project | /r/rails | 10 Jun 2022
  • Gem for visualizing executed code

    2 projects | /r/rubyonrails | 10 Jan 2022
  • Top 8 Tools for Ruby on Rails Code Optimization and Cleanup.

    2 projects | /r/rubyonrails | 23 Aug 2021

Did you know that Ruby is
the 12th most popular programming language
based on number of references?