0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/coverage
Colin Ihrig d55444b41c
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-22 10:45:22 -04:00
..
multifile fix(coverage): merge coverage ranges (#13334) 2022-01-11 21:17:25 +01:00
no_snaps_included fix(coverage): exclude .snap files (#14480) 2022-05-04 13:10:55 +02:00
no_transpiled_lines fix(coverage): do not report transpiled files with no lines (#14699) 2022-05-22 10:45:22 -04:00
branch.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
branch_expected.lcov fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
branch_expected.out fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
branch_test.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
complex.ts fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
complex_expected.lcov fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
complex_expected.out fix: base64 encoding of source maps with emojis (#14607) 2022-05-17 16:59:35 +02:00
complex_test.ts chore: move test files to testdata directory (#11601) 2021-08-11 10:20:47 -04:00
final_blankline.js fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
final_blankline_expected.lcov fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
final_blankline_expected.out fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00
final_blankline_test.js fix(coverage): use only string byte indexes and 0-indexed line numbers (#13190) 2021-12-23 20:02:54 -05:00