Closed sgb-io closed 1 year ago
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.
Closing due to https://github.com/sgb-io/codehawk-cli/issues/122
e.g.
codehawk packages/foo
- this doesn't work as expected