Closed
Description
My folder structure:
- root
- package1
- .solcover.js
- package2
- .solcover.js
- package1
I have to do this because solidity-coverage uses req-cwd. It'd be cooler if I could override the default cwd path for .solcover.js
through the CLI. It seems that solidity-coverage
doesn't accept any options at all at the moment.