summaryrefslogtreecommitdiff
path: root/cli/tools/coverage
AgeCommit message (Expand)Author
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-31fix(coverage): exclude comment lines from coverage reports (#25939)Taku Amano
2024-10-26perf: pass transpiled module to deno_core as known string (#26555)David Sherret
2024-09-20fix(coverage): ignore urls from doc testing (#25736)Yoshiya Hinosawa
2024-08-14feat(coverage): add breadcrumbs to deno coverage `--html` report (#24860)Łukasz Czerniawski
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-05-28fix(coverage): do not generate script coverage with empty url (#24007)Yoshiya Hinosawa
2024-05-28fix(coverage): skip generating coverage json for http(s) scripts (#24008)Yoshiya Hinosawa
2024-05-28fix(coverage): handle ignore patterns (#23974)Yoshiya Hinosawa
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-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-04-16fix(ext/node): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
2024-03-27fix: less aggressive vendor folder ignoring (#23100)David Sherret
2024-03-15fix(coverage): Error if no files are included in the report (#22952)Nathan Whitaker
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-02-13feat: denort binary for `deno compile` (#22205)Divy Srivastava
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-18fix(lsp): regression - formatting was broken on windows (#21972)David Sherret
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-04perf(coverage): faster source mapping (#21783)David Sherret
2024-01-01chore: update to Rust 1.75 (#21731)林炳权
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-18fix(coverage): error if no files found (#21615)Bartek Iwańczuk
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
2023-12-08feat(coverage): add html reporter (#21495)Yoshiya Hinosawa
2023-11-05refactor: unify CDP types in a single module (#21094)Bartek Iwańczuk
2023-10-24fix: improved using declaration support (#20959)David Sherret
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-10-03refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...David Sherret
2023-09-11fix: exclude internal JS files from coverage (#20448)Marvin Hagemeister
2023-09-08fix: empty include in config file excludes all (#20404)Nayeem Rahman
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci