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
It's currently impossible to run test coverage as the compilation of the protocol contracts currently fails without optimizations enabled. There is a proposed solution here ethereum/solidity#10354.
Implement the fix and activate the code coverage for the protocol in the CI
Activity
[-]Add fix for test coverage[/-][+]Add fix for test coverage and integrate coverage in the CI[/+]JasoonS commentedon Jul 3, 2021
BTW, I got it fixed and working here: https://www.npmjs.com/package/@float-capital/solidity-coverage
Simply install the package and change the following in your
hardhat.config.js
:Hopefully will be up-streamed soon 👍