We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
await
1 parent 992e55f commit 5a5300cCopy full SHA for 5a5300c
src/index.js
@@ -114,7 +114,7 @@ async function main(args) {
114
let coverageFilePaths = []
115
if (!args.file) {
116
info('Searching for coverage files...')
117
- coverageFilePaths = fileHelpers.getCoverageFiles(
+ coverageFilePaths = await fileHelpers.getCoverageFiles(
118
args.dir || projectRoot,
119
// TODO: Determine why this is so slow (I suspect it's walking paths it should not)
120
fileHelpers.coverageFilePatterns(),
0 commit comments