Ruby Coverage

Open-source Ruby projects categorized as Coverage

Top 6 Ruby Coverage Projects

  • SimpleCov

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

    Project mention: Must-have gems for mature Rails | dev.to | 2024-02-02

    gem "simplecov" - https://github.com/simplecov-ruby/simplecov | Gather spec coverage stats locally and on CI, aim for those 90+%.

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • mutant

    Automated code reviews via mutation testing - semantic code coverage.

  • undercover

    undercover warns about methods, classes and blocks that were changed without tests, to help you easily find untested code and reduce the number of bugs. It does so by analysing data from git diffs, code structure and SimpleCov coverage reports

  • spoom

    Useful tools for Sorbet enthusiasts

    Project mention: Ruby’s hidden gems: Sorbet | dev.to | 2024-10-02

    The terminal output provides valuable guidance on generating type definitions for DSLs in your application, performing type checking, and upgrading files from # typed: false to # typed: true using tools like Spoom. Take some time to review this information.

  • bashcov

    Code coverage tool for Bash

  • RSpec Tracer

    RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool for RSpec. It maintains a list of files for each test, enabling itself to skip tests in the subsequent runs if none of the dependent files are changed. It uses Ruby's built-in coverage library to keep track of the coverage for each test.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Ruby Coverage discussion

Log in or Post with

Ruby Coverage related posts

  • In Pursuit of Perfect Code Coverage Reporting

    1 project | /r/ruby | 31 Mar 2022
  • Code coverage vs mutation testing.

    1 project | /r/ruby | 16 Feb 2022
  • Run tests 2-3x faster on average

    1 project | dev.to | 16 Sep 2021
  • Mutant – Automated code reviews via mutation testing – semantic code coverage

    1 project | news.ycombinator.com | 8 Sep 2021
  • Automated code reviews via mutation testing - semantic code coverage.

    1 project | /r/ruby | 8 Sep 2021
  • Ruby: Run Tests for Code Diff Only

    1 project | news.ycombinator.com | 2 Sep 2021
  • RSpecTracer (Test skipper for RSpec) now supports CI builds

    1 project | /r/rails | 2 Sep 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 10 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Coverage projects in Ruby? This list will help you:

Project Stars
1 SimpleCov 4,785
2 mutant 1,956
3 undercover 724
4 spoom 224
5 bashcov 152
6 RSpec Tracer 152

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai