-
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
Coverage is %0 even tests are passed #786
Comments
Hello @yusufferdogan , I am having the same problem. It seems the problem appears when
In my case, besides the incorrect coverage report, it is likely impacting also a test that uses Axios for checking BNB/BUSD exchange rate. Best regards, |
I have the same problem if I call: |
same issue here. Only the interfaces |
The above problem seems to appear when importing the |
I have the same problem, what is the reason? |
I had a similar problem but it was resolved after doing a |
Am closing here because there are a few reasons why this can happen...the primary one I see in the issues currently is when viaIR is turned on for the compiler. Tracking that in #715 |
version => "solidity-coverage": "^0.7.21",
My Github repo. It is up to date.
https://github.com/yusufferdogan/hardhat-foundry-template
The text was updated successfully, but these errors were encountered: