You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm trying to use this package, but am running into an odd problem when attempting to run a report over a directory of files.
The command I'm using is:
yarn flow-coverage-report -- -i 'app/**/*.js'
This results in:
ERROR: The include glob needs to be quoted. error Command failed with exit code 1.
The odd thing is, I can run this command successfully on a directory that doesn't exist (say I swap app with xyz. I can also run the report on a single js file.
I get the same result running the package directly (outside of yarn). Thanks!
The text was updated successfully, but these errors were encountered:
Hello. I'm trying to use this package, but am running into an odd problem when attempting to run a report over a directory of files.
The command I'm using is:
yarn flow-coverage-report -- -i 'app/**/*.js'
This results in:
ERROR: The include glob needs to be quoted. error Command failed with exit code 1.
The odd thing is, I can run this command successfully on a directory that doesn't exist (say I swap
app
withxyz
. I can also run the report on a single js file.I get the same result running the package directly (outside of yarn). Thanks!
The text was updated successfully, but these errors were encountered: