mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix(cli): ensure empty lines don't count towards coverage (#11957)
This commit is contained in:
parent
10c415eaaa
commit
d5b38a9929
8 changed files with 487 additions and 362 deletions
|
@ -1051,7 +1051,7 @@ async fn coverage_command(
|
|||
return Err(generic_error("No matching coverage profiles found"));
|
||||
}
|
||||
|
||||
tools::coverage::cover_files(
|
||||
tools::coverage::cover_scripts(
|
||||
flags.clone(),
|
||||
coverage_flags.files,
|
||||
coverage_flags.ignore,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue