Code coverage report not correct #1113
-
So I installed solidity-coverage plugin, and run test coverage command. What I get is quite different from what we see in tutorial, and result is clearly wrong. For eg, .line 22 and 26 are in store and retrieve functions, which are invoked in tests(shown below), and report show these lines as uncovered.
Any idea why this is so? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Could you link the repo involved? Makes it easier for me to debug |
Beta Was this translation helpful? Give feedback.
-
@mghildiy going to do a pull request fix some things, and also change the RPC URL name I have changes so check the name again. |
Beta Was this translation helpful? Give feedback.
@mghildiy going to do a pull request fix some things, and also change the RPC URL name I have changes so check the name again.