deno/cli/tools/coverage
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
..
merge.rs chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
mod.rs fix(coverage): Error if no files are included in the report (#22952) 2024-03-15 20:58:57 -07:00
range_tree.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
reporter.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00: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