Module SimpleCov::ResultMerger
In: lib/simplecov/result_merger.rb

Singleton that is responsible for caching, loading and merging SimpleCov::Results into a single result for coverage analysis based upon multiple test suites.

Methods

Public Class methods

Gets all SimpleCov::Results from cache, merges them and produces a new SimpleCov::Result with merged coverage data and the command_name for the result consisting of a join on all source result‘s names

Gets the resultset hash and re-creates all included instances of SimpleCov::Result from that. All results that are above the SimpleCov.merge_timeout will be dropped. Returns an array of SimpleCov::Result items.

Loads the cached resultset from YAML and returns it as a Hash

The path to the resultset.yml cache file

[Validate]