1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/cli/tools
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
..
coverage fix(coverage): merge coverage ranges (#13334) 2022-01-11 21:17:25 +01:00
repl chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
doc.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
fmt.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
installer.rs fix: install shim with --allow-all should not output each permission individually (#13325) 2022-01-10 09:22:03 -05:00
lint.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
standalone.rs cli(compile): fix output flag behaviour on compile command (#13299) 2022-01-10 23:24:39 -05:00
test.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
upgrade.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00