You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, I am a user of solidity coverage API. I wrote a node file to collect the coverage of my tests with the methods provided in the API documentation. the code can run smoothly but no coverge is collected. Did I write a wrong logic?
I output the instrumented contract to another file. I started the server and make it serving for 7 seconds to run the tests(triggered by a child process). In the test JS file, the instrumented contract is compiled and the contract is deployed, two transactions are sent. see below:
but the coverage is always zero. I am so confused. HELP ME WITH IT, PLZ.
the result of code running:
The text was updated successfully, but these errors were encountered:
hi, I am a user of solidity coverage API. I wrote a node file to collect the coverage of my tests with the methods provided in the API documentation. the code can run smoothly but no coverge is collected. Did I write a wrong logic?
I output the instrumented contract to another file. I started the server and make it serving for 7 seconds to run the tests(triggered by a child process). In the test JS file, the instrumented contract is compiled and the contract is deployed, two transactions are sent. see below:
but the coverage is always zero. I am so confused. HELP ME WITH IT, PLZ.
the result of code running:
The text was updated successfully, but these errors were encountered: