mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00

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>
4 lines
136 B
Text
4 lines
136 B
Text
| File | Branch % | Line % |
|
|
| --------- | -------- | ------ |
|
|
| foo.ts | 0.0 | 57.1 |
|
|
| All files | 0.0 | 57.1 |
|