summaryrefslogtreecommitdiff
path: root/cli/tests/test_run_combined_coverage.out
AgeCommit message (Collapse)Author
2021-01-04fix(coverage): merge duplicate reports (#8942)Casper Beyer
Merging multiple runs isn't quite right because we rely on a 0 count to signal that a block hasn't been called. Other tools like c8 expect this to be true as-well so we need to do our best to merge coverage files rather than duplicating them.