1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/cli/tools/coverage
Evan 329a8ae0c0
fix(cli): panic with deno coverage (#23353)
This PR directly addresses the issue raised in #23282 where Deno panics
if `deno coverage` is called with `--include` regex that returns no
matches.

I've opted not to change the return value of `collect_summary` for
simplicity and return an empty `HashMap` instead
2024-05-13 23:18:38 +02:00
..
merge.rs chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
mod.rs refactor: move redirect handling into deno_graph (#23444) 2024-04-19 01:43:28 +00:00
range_tree.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
reporter.rs fix(cli): panic with deno coverage (#23353) 2024-05-13 23:18:38 +02:00
style.css feat(coverage): add html reporter (#21495) 2023-12-08 16:54:52 +09:00
util.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00