deno/cli/tools/coverage
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
..
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(test): create coverage reports when --coverage specified in deno test (#28260) 2025-04-18 18:56:14 +09:00
range_tree.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
reporter.rs feat(test): create coverage reports when --coverage specified in deno test (#28260) 2025-04-18 18:56:14 +09:00
style.css feat(coverage): add html reporter (#21495) 2023-12-08 16:54:52 +09:00
util.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00