superchain-ops icon indicating copy to clipboard operation
superchain-ops copied to clipboard

Check test coverage

Open mds1 opened this issue 1 year ago • 1 comments

Ensure we have good test coverage of key invariants and behaviors parts of the codebase. For example, we should assert that that the accountAccesses returned by simulateRun are equivalent to those returned by executeRun` (with the exception of potential differences resulting from e.g. state overrides): https://github.com/ethereum-optimism/superchain-ops/pull/622#discussion_r1961790069

mds1 avatar Feb 20 '25 13:02 mds1

We should use forge coverage to get a lcov file. We can open that in an lcov reader. lcov has a cli.

blmalone avatar Apr 07 '25 19:04 blmalone