1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/integration
Bartek Iwańczuk 13751d9de6
fix(coverage): merge coverage ranges (#13334)
Covered ranges were not merged and thus it appeared that some lines
might be uncovered. To fix this I used "v8-coverage" that takes care
of merging the ranges properly. With this change, coverage collected
from a file by multiple entrypoints is now correctly calculated.

I ended up forking https://github.com/demurgos/v8-coverage and adding
"cli/tools/coverage/merge.rs" and "cli/tools/coverage/range_tree.rs".
2022-01-11 21:17:25 +01:00
..
bundle_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
cache_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
compat_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
compile_tests.rs cli(compile): fix output flag behaviour on compile command (#13299) 2022-01-10 23:24:39 -05:00
coverage_tests.rs fix(coverage): merge coverage ranges (#13334) 2022-01-11 21:17:25 +01:00
doc_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
eval_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fmt_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
info_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
inspector_tests.rs test: add inspector test with ts files (#13312) 2022-01-09 17:44:36 +01:00
install_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lint_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lsp_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
repl_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
run_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
test_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
upgrade_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
watcher_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
worker_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00