Replies: 1 comment
-
@Edson0908 Which plugin are you using? the hardhat-toolbox plugin has a built coverage plugin. Did you try first this command? npx hardhat coverage Please leave repo link as well so I can test it locally. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I run "yarn hardhat node".
Then I tried to run "yarn hardhat coverage --network localhost"
i got "Error in plugin solidity-coverage: Error: Cannot find module 'ganache-cli' "
how to do the config to use hardhatEVM as client ?
I installed ganache-cli. then run "hardhat coverage"
I got an error "Transaction gasPrice (1) is too low for the next block"
Even i set a high gasPrice in hardhat.config.js and .solcover.js, the network gasPrice is not changed.
How to fix this error ?
thanks.
Beta Was this translation helpful? Give feedback.
All reactions