Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
-
Updated
Feb 17, 2025 - Ruby
Test coverage is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
Automated code reviews via mutation testing - semantic code coverage.
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
Nice code coverage reporting without hassle
Actionable code coverage.
Code coverage tool for Bash
RSpec Tracer is a specs dependency analyzer, flaky tests detector, tests accelerator, and coverage reporter tool.
external/replacement version of rake stats
PL/pgSQL stored procedure code coverage tool
单元测试数据解析脚本&工具,快速解析单元测试执行概况及各种维度的代码覆盖率。
Library add improve test log for RSpec and WebMock, validate its according to API Blueprint and Open API, show the documentation coverage with log.
Make your xccov outputs prettier ✨
JSON formatter for SimpleCov code coverage tool for ruby 2.4+