deno/cli/tools
Nathan Whitaker ab67b4c645
fix(coverage): Error if no files are included in the report (#22952)
Fixes #22941.

In that case, the only file with coverage was the `test.ts` file. The
coverage reporter filters out test files before compiling its report, so
after filtering we were left with an empty set of files. Later on it's
assumed that there is at least 1 file to be reported on, and we panic.
Instead of panicking, just issue an error after filtering.
2024-03-15 20:58:57 -07:00
..
bench chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
coverage fix(coverage): Error if no files are included in the report (#22952) 2024-03-15 20:58:57 -07:00
init chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
jupyter chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
lint chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
registry fix(slow-types): improved exports tracing and infer type literals in as exprs (#22849) 2024-03-12 17:45:38 +00:00
repl chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
run chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
test fix(cli): sanitizer should ignore count of ops started before tests begin (#22932) 2024-03-14 18:19:07 -06:00
vendor chore(cli): move away from PathBuf in clap (#22036) 2024-03-14 23:53:46 +00:00
bundle.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
check.rs fix(unstable/publish): repect --no-check in no-slow-types (#22653) 2024-03-01 15:54:46 +00:00
compile.rs chore(cli): move away from PathBuf in clap (#22036) 2024-03-14 23:53:46 +00:00
doc.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
fmt.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
info.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
installer.rs chore(cli): move away from PathBuf in clap (#22036) 2024-03-14 23:53:46 +00:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs chore: enable clippy unused_async rule (#22834) 2024-03-11 23:48:00 -04:00
upgrade.rs chore(cli): move away from PathBuf in clap (#22036) 2024-03-14 23:53:46 +00:00