Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-18 | fix(coverage): error if no files found (#21615) | Bartek IwaĆczuk | |
This commit fixes a panic in `deno coverage` command if the file to be covered doesn't produce any coverage data. Fixes https://github.com/denoland/deno/issues/21580 |