summaryrefslogtreecommitdiff
path: root/cli/tools/coverage/reporter.rs
AgeCommit message (Expand)Author
2024-08-14feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)Ɓukasz Czerniawski
2024-05-26fix(coverage): add tooltip to line count in html report (#23971)Yoshiya Hinosawa
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-21fix(cli/coverage): invalid line id in html reporter (#23908)Simon Lecoq
2024-05-13fix(cli): panic with `deno coverage` (#23353)Evan
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-12fix(coverage): rename --pretty to --detailed (#21543)Yoshiya Hinosawa
2023-12-12feat(coverage): add summary reporter (#21535)Yoshiya Hinosawa
2023-12-11fix(coverage): escape source code in html coverage report (#21531)Yoshiya Hinosawa
2023-12-11refactor(coverage): separate reporter-related structs (#21528)Yoshiya Hinosawa