deno/cli/tools/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
..
ignore_directives.rs feat(coverage): add coverage ignore comments (#26590) 2025-04-15 17:56:55 +00:00
merge.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
mod.rs feat(cli): add --coverage flag to deno run command (#29329) 2025-06-25 13:34:30 +02:00
range_tree.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
reporter.rs fix(coverage): Make output table markdown compatible (#29533) 2025-06-24 11:27:07 +02:00
style.css refactor(coverage): cleanup CSS output in explorer (--html) output (#29496) 2025-06-02 10:57:28 +09:00
util.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00