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
I think this is due to codehawk.ts L34 where cwd() is used in "cli context". It's easily solved by not using cwd for the walkSync call. Q: is there actually a usecase for using cwd? I can't think of one at time of writing.
Note: there is a related problem in that it is assumed there is a single coverage dir and it uses the same wonky cwd logic at the moment.
e.g.
codehawk packages/foo
- this doesn't work as expectedThe text was updated successfully, but these errors were encountered: