Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-29 | fix(cli/coverage): display mapped instrumentation line counts (#9310) | Casper Beyer | |
2021-01-28 | fix(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-21 | feat(unstable): record raw coverage into a directory (#8642) | Casper Beyer | |