summaryrefslogtreecommitdiff
path: root/cli/tools/coverage/mod.rs
AgeCommit message (Expand)Author
2024-09-20fix(coverage): ignore urls from doc testing (#25736)Yoshiya Hinosawa
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-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-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-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-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-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-19fix(test/coverage): exclude test files (#18748)Levente Kurusa
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-13refactor(cli): add `Emitter` struct (#18690)David Sherret
2023-04-12refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)David Sherret
2023-04-04refactor(core): Improve ergonomics of managing ASCII strings (#18498)Matt Mastracci
2023-03-30fix(coverage): ignore files from npm registry (#18457)Geert-Jan Zwiers
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-13refactor(coverage): use FileFlags struct (#17388)Geert-Jan Zwiers
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret