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
not exactly the solution you're looking for, but when I build with EIP1167s I run the tests on both the logic and proxy contracts separately. and only for the purpose of code coverage
When using OZ implementation of EIP-1167, tests performed on clones do not count in coverage.
Here is one of my test performed on a clone:
Here is the relevant section in the coverage report:
How can I link the clone and the implementation contract coverage ?
I'm instantiating my clones using this method:
The text was updated successfully, but these errors were encountered: