deno/tests/specs/run/run_coverage
Yoshiya Hinosawa 56d7660ee4
feat(cli): add --coverage flag to deno run command (#29329)
closes #16440

This PR adds `--coverage` flag to `deno run` command. When the flag is
specified, it generates the coverage profile in the directory specified
(default is `coverage`). The coverage directory can also be specified
from the env var `DENO_COVERAGE_DIR`.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-06-25 13:34:30 +02:00
..
__test__.jsonc feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
child_process_coverage_test.out feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
child_process_coverage_test.ts feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
coverage_summary.out feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
foo.ts feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00