as_coverage_with_tests {covr} | R Documentation |
Clean and restructure counter tests for a coverage object
Description
For tests produced with options(covr.record_tests)
, prune any unused
records in the $tests$tally matrices of each trace and get rid of the
wrapping $tests environment (reassigning with value of $tests$tally)
Usage
as_coverage_with_tests(counters)
Arguments
counters |
An environment of covr trace results to convert to a coverage
object. If |
[Package covr version 3.6.4 Index]