summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_transpiled_lines
AgeCommit message (Collapse)Author
2022-11-15test: don't use remote std for tests (#16631)Bartek IwaƄczuk
2022-05-22fix(coverage): do not report transpiled files with no lines (#14699)Colin Ihrig
This commit omits files from the coverage report that have no lines of code to report coverage for. Fixes: https://github.com/denoland/deno/issues/14683