LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

.solcover.js configuration file is not taken into account when running coverage #311

Open elenadimitrova opened 4 years ago

elenadimitrova commented 4 years ago

solidity-coverage uses a .solcover.js configuration file to pass in quite a lot of really useful and necessary options into coverage. Some can perhaps be replaced with the etherlime coverage command options but most are just not there. Examples are the ganache-cli options via providerOptions, onCompileComplete option for provisioning external artefacts before tests are run (which also will likely solve #304 )

ochikov commented 4 years ago

Thank you. I am going to fix it.