Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-14 | feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860) | Łukasz Czerniawski | |
2024-05-26 | fix(coverage): add tooltip to line count in html report (#23971) | Yoshiya Hinosawa | |
closes #21582 | |||
2024-05-23 | refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature ↵ | Felipe Baltor | |
(#23888) This PR removes the use of the custom `utc_now` function in favor of the `chrono` implementation. It resolves #22864. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2024-05-21 | fix(cli/coverage): invalid line id in html reporter (#23908) | Simon Lecoq | |
2024-05-13 | fix(cli): panic with `deno coverage` (#23353) | Evan | |
This PR directly addresses the issue raised in #23282 where Deno panics if `deno coverage` is called with `--include` regex that returns no matches. I've opted not to change the return value of `collect_summary` for simplicity and return an empty `HashMap` instead | |||
2024-05-08 | chore: enable clippy::print_stdout and clippy::print_stderr (#23732) | David Sherret | |
1. Generally we should prefer to use the `log` crate. 2. I very often accidentally commit `eprintln`s. When we should use `println` or `eprintln`, it's not too bad to be a bit more verbose and ignore the lint rule. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-12 | fix(coverage): rename --pretty to --detailed (#21543) | Yoshiya Hinosawa | |
2023-12-12 | feat(coverage): add summary reporter (#21535) | Yoshiya Hinosawa | |
2023-12-11 | fix(coverage): escape source code in html coverage report (#21531) | Yoshiya Hinosawa | |
2023-12-11 | refactor(coverage): separate reporter-related structs (#21528) | Yoshiya Hinosawa | |