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
fix: support NYC cwd option for file pattern matching
- Add support for NYC 'cwd' option in findSourceFiles function
- Pass cwd option to globby for proper file pattern resolution
- Add test case 'all-files-cwd' to verify cwd functionality
- Update CI configuration to include new test case in matrix
This fix ensures that when NYC is configured with a 'cwd' option,
the file patterns are resolved relative to the specified directory
instead of the current working directory.
0 commit comments