diff options
author | Casper Beyer <caspervonb@pm.me> | 2021-10-06 13:05:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 07:05:18 +0200 |
commit | d5b38a992933db5cb2d0221e9d82af191022dad5 (patch) | |
tree | 6684046be562d51e166d9396309724e76259c595 /cli/main.rs | |
parent | 10c415eaaa472ea4d28108dc99e5ae1c090b5bae (diff) |
fix(cli): ensure empty lines don't count towards coverage (#11957)
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index dc2f2f578..d7601249d 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -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, |