0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 13:43:31 -05:00
denoland-deno/cli/tests/testdata/coverage/no_transpiled_lines
Colin Ihrig bcc8891ec3
fix(coverage): do not report transpiled files with no lines (#14699)
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
2022-05-27 11:23:04 +10:00
..
expected.lcov fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-27 11:23:04 +10:00
expected.out fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-27 11:23:04 +10:00
index.ts fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-27 11:23:04 +10:00
interface.ts fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-27 11:23:04 +10:00
repro_test.ts fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-27 11:23:04 +10:00