1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/cli/tools
Bartek Iwańczuk 219afc4877
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-12 16:25:38 +01:00
..
coverage fix(coverage): merge coverage ranges (#13334) 2022-01-12 16:25:38 +01:00
repl chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00
doc.rs chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00
fmt.rs chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00
installer.rs fix: install shim with --allow-all should not output each permission individually (#13325) 2022-01-12 16:24:21 +01:00
lint.rs chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00
mod.rs chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00
standalone.rs cli(compile): fix output flag behaviour on compile command (#13299) 2022-01-12 16:25:08 +01:00
test.rs chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00
upgrade.rs chore: update copyright to 2022 (#13306) 2022-01-12 16:24:10 +01:00