2 个仓库
Merging fragmented coverage data from multiple concurrent execution processes into a single dataset.
Distinct from Codebase Data Aggregation: Distinct from general codebase data aggregation by specifically merging runtime coverage fragments from parallel processes.
Explore 2 awesome GitHub repositories matching data & databases · Distributed Coverage Aggregation. Refine with filters or upvote what's useful.
Istanbul is a JavaScript code coverage tool and instrumentation engine that measures the execution of statements, lines, functions, and branches. It functions as a test coverage analysis tool capable of monitoring code across unit, functional, and browser tests to identify untested areas of a codebase. The project distinguishes itself through a transparent instrumentation engine that uses module loader hooks to inject tracking code without requiring manual source modifications. It supports distributed test reporting by aggregating fragmented coverage data from multiple concurrent processes in
Combines fragmented coverage reports from multiple concurrent execution processes into a single unified dataset.
SimpleCov 是一个 Ruby 代码覆盖率工具和分析引擎,用于跟踪测试期间执行的代码行、分支和方法。它作为一个覆盖率阈值强制执行器和测试套件聚合器,记录执行数据以识别应用中未测试的区域。 该工具通过将来自并行工作进程和子进程的覆盖率结果合并为单个统一报告的能力而脱颖而出。它支持基准比较以检测覆盖率回归,并可以收集通过动态评估方法(如模板引擎中使用的方法)执行的代码数据。 其更广泛的能力包括多格式报告生成、源文件分组以及使用正则表达式进行文件过滤。该系统还提供了一个用于显示统计信息和列出未覆盖文件的命令行界面。
Merges fragmented coverage data from parallel worker processes and multiple test suites into a single report.