Skip to content

Commit 5a5300c

Browse files
committed
Add await
1 parent 992e55f commit 5a5300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async function main(args) {
114114
let coverageFilePaths = []
115115
if (!args.file) {
116116
info('Searching for coverage files...')
117-
coverageFilePaths = fileHelpers.getCoverageFiles(
117+
coverageFilePaths = await fileHelpers.getCoverageFiles(
118118
args.dir || projectRoot,
119119
// TODO: Determine why this is so slow (I suspect it's walking paths it should not)
120120
fileHelpers.coverageFilePatterns(),

0 commit comments

Comments
 (0)