-
Notifications
You must be signed in to change notification settings - Fork 269
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
npx hardhat coverage --testfiles "test/gie-token-test.js" --network rinkeby #732
Comments
same error here after upgrading from 0.8.2 -> 0.8.5, without a network specified (running on default hardhat |
@clemsos Took a look at unlock and I see the error in your CI. Would it be possible debug this by changing your coverage command in package.json to ?
This should coerce the task to use the built-in provider and help isolate the source of the problem (which might be in your network configuration logic). |
hello @cgewecke, thank you very much for the answer. I just tried here unlock-protocol/unlock#12856 but no luck. I am still having thee same error
I'll double check my networks config |
@clemsos Hmm, strange. Will take a closer look.... |
Yes, this was a version issue with hardhat that has been fixed by upgrading it.. Thank you 🙏 |
I am trying to create coverage report of contracts I have created by running tests on rinkeby test network but facing problem stated below:
Command used -> npx hardhat coverage --testfiles "test/gie-token-test.js" --network rinkeby
The above command gives error : Error in plugin solidity-coverage: TypeError [ERR_INVALID_URL]: Invalid URL
Originally posted by @Bhupesh-98 in #655 (comment)
The text was updated successfully, but these errors were encountered: