-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version of Hardhat doesn't work with solidity-coverage #4063
Latest version of Hardhat doesn't work with solidity-coverage #4063
Comments
Yeah, I have encountered the same question |
Hi, yes, I sent a PR some weeks ago preparing it for this new version: sc-forks/solidity-coverage#796 But the fix is not published yet. Sorry about that! Hopefuly @cgewecke releases a new version soon. |
Version 0.8.3 of solidity-coverage should now work with the latest version of Hardhat! Please let me know if it doesn't. |
Version 0.8.3 of solidity-coverage have resolve this problem |
Version of Hardhat
2.16.0
What happened?
Starting a new example JavaScript project results in failed
solidity-coverage
.Minimal reproduction steps
npx hardhat
npm install --save-dev "hardhat@^2.16.0" "@nomicfoundation/hardhat-toolbox@^3.0.0"
npx hardhat coverage
"Error in plugin solidity-coverage: TypeError: provider.send is not a function"
Search terms
solidity-coverage TypeError
The text was updated successfully, but these errors were encountered: