summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/doesnt_exist.out
AgeCommit message (Collapse)Author
2023-12-18fix(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