mirror of
https://github.com/denoland/deno.git
synced 2025-07-23 13:15:16 +00:00
fix(coverage): ensure coverage is only collected in certain situations (#15467)
This commit is contained in:
parent
ee2f4e745c
commit
8eed24cd3d
7 changed files with 60 additions and 12 deletions
|
@ -32,6 +32,7 @@ fn run_coverage_text(test_name: &str, extension: &str) {
|
|||
let status = util::deno_cmd_with_deno_dir(&deno_dir)
|
||||
.current_dir(util::testdata_path())
|
||||
.arg("test")
|
||||
.arg("-A")
|
||||
.arg("--quiet")
|
||||
.arg("--unstable")
|
||||
.arg(format!("--coverage={}", tempdir.to_str().unwrap()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue