1 مستودع
Managing and merging coverage data collected from spawned child processes or forked workers.
Distinct from Code Coverage: Distinct from general coverage: focuses specifically on the orchestration of data from multiple separate process lifetimes.
Explore 1 awesome GitHub repository matching part of an awesome list · Subprocess Aggregation. Refine with filters or upvote what's useful.
SimpleCov is a Ruby code coverage tool and analysis engine used to track which lines, branches, and methods of code execute during tests. It functions as a coverage threshold enforcer and test suite aggregator, recording execution data to identify untested areas of an application. The tool distinguishes itself through the ability to merge coverage results from parallel worker processes and subprocesses into a single unified report. It supports baseline comparison to detect coverage regressions and can gather data from code executed via dynamic evaluation methods, such as those used in templat
Observes and merges coverage data gathered from forked or spawned child processes into a unified report.