code-coverage
code-coverage copied to clipboard
respect nyc cwd option in glob query
We have a monorepo structure where e2e tests are living outside of app folders. We are able to configure nyc for our setup but when using all: true option, glob matching is not retrieving all files. By forwarding the nyc option, everything works like a charm now.