SaaSHub helps you find the best software and product alternatives Learn more →
Top 6 Ruby Coverage Projects
-
SimpleCov
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
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.
-
-
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
-
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.
-
-
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.
Ruby Coverage discussion
Ruby Coverage related posts
-
In Pursuit of Perfect Code Coverage Reporting
-
Code coverage vs mutation testing.
-
Run tests 2-3x faster on average
-
Mutant – Automated code reviews via mutation testing – semantic code coverage
-
Automated code reviews via mutation testing - semantic code coverage.
-
Ruby: Run Tests for Code Diff Only
-
RSpecTracer (Test skipper for RSpec) now supports CI builds
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Dec 2024
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 |