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.
1 parent 5a5300c commit 640697dCopy full SHA for 640697d
src/index.js
@@ -116,7 +116,6 @@ async function main(args) {
116
info('Searching for coverage files...')
117
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(),
121
)
122
if (coverageFilePaths.length > 0) {
0 commit comments