[][src]Function minicov::merge_coverage

pub fn merge_coverage(data: &[u8]) -> Result<(), IncompatibleCoverageData>

Merges previously dumped coverage data into the coverage counters.

This should be called prior to dumping if coverage data from a previous run already exists and should be merged with instead of overwritten.