deno/cli/tools/test
Yoshiya Hinosawa 83f15ece09
feat(test): create coverage reports when --coverage specified in deno test (#28260)
This PR updates the behavior of `deno test --coverage` option. Now if
`--coverage` option is specified, `deno test` command automatically
shows summary report in the terminal, and generates the lcov report in
`$coverage_dir/lcov.info` and html report in `$coverage_dir/html/`

This change also adds `--coverage-raw-data-only` flag, which prevents
the above reports generated, instead only generates the raw json
coverage data (which is the same as current behavior)
2025-04-18 18:56:14 +09:00
..
reporters fix(test): ignore write errors in reporter (#28722) 2025-04-03 17:48:55 +01:00
channel.rs refactor: reduce dependency on futures crate (#28515) 2025-03-17 14:14:19 +00:00
fmt.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
mod.rs feat(test): create coverage reports when --coverage specified in deno test (#28260) 2025-04-18 18:56:14 +09:00