pub fn report_coverage(
    config: &Config,
    result: &TraceMap
) -> Result<(), RunError>
Expand description

Reports the test coverage using the users preferred method. See config.rs or help text for details.