summaryrefslogtreecommitdiff
path: root/cli/tests/test_run_test_coverage.out
AgeCommit message (Collapse)Author
2021-01-29fix(cli/coverage): display mapped instrumentation line counts (#9310)Casper Beyer
2021-01-28fix(coverage): use source maps when printing pretty reports (#9278)Casper Beyer
This commits makes use of source maps and the original source when printing lacking line coverage in the pretty printer. Only the executable lines are checked as before (as non-executable lines will always be ignored anyways). The lines then mapped to the appropriate source line when a source map is present.
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer