Skip to content

Commit 640697d

Browse files
committed
Remove TODO about slowness
1 parent 5a5300c commit 640697d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ async function main(args) {
116116
info('Searching for coverage files...')
117117
coverageFilePaths = await fileHelpers.getCoverageFiles(
118118
args.dir || projectRoot,
119-
// TODO: Determine why this is so slow (I suspect it's walking paths it should not)
120119
fileHelpers.coverageFilePatterns(),
121120
)
122121
if (coverageFilePaths.length > 0) {

0 commit comments

Comments
 (0)