-
Notifications
You must be signed in to change notification settings - Fork 499
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 fails - stack too deep #190
Comments
Hey @mreitschuster Try that out and let us know if its working? Note that |
thank you @zeuslawyer |
sorry. too eager too early. the error "stack too deep" is now gone. but there is another error now - not sure if this belongs in the same or in a different issue:
|
@mreitschuster thats right - i had called that out in my comment above :) looking into that. |
after checking out, npm install, npx hardhat compile, npx hardhat test, I am trying to get the code coverage.
It fails with stack too deep. In order to solve the above issue, I tinkered around with
it("testname [ @skip-on-coverage ]", async () => {})
)but with none of those i was able to get code coverage running
Any hint is appreciated to help me understand how to get code coverage for the code to run.
The text was updated successfully, but these errors were encountered: