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
But the filter seems to also be used to decide which directories to go into
public: # doesn't match regex, so the following tree isn't looked at:
- public/assets
- public/assets/css
- public/assets/css/app.css # should match filter but it never gets here
Suggestion
Don't prune by using filter to decide which directories to go into. Only test filenames, as mentioned in the readme. Or add a note about this limitation.
The text was updated successfully, but these errors were encountered:
Thank you for this useful tool! Here's one issue I came across:
Problem
I expected this to work:
But the
filter
seems to also be used to decide which directories to go intoSuggestion
Don't prune by using
filter
to decide which directories to go into. Only test filenames, as mentioned in the readme. Or add a note about this limitation.The text was updated successfully, but these errors were encountered: