Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase evmzero test coverage to satisfying level #634

Open
HerbertJordan opened this issue Aug 5, 2024 · 0 comments
Open

Increase evmzero test coverage to satisfying level #634

HerbertJordan opened this issue Aug 5, 2024 · 0 comments
Milestone

Comments

@HerbertJordan
Copy link
Collaborator

Before releasing evmzero as a product-ready EVM interpreter, test coverage should be raised to satisfying levels, defined as follows:

  • all code that is potentially on the execution path of a contract needs to be covered; this includes operations, stack operations, memory operations, code analysis, caching, and EVM startup/shutdown steps;
  • code implemented for logging / profiling execution modes should be reasonably covered; code that can only be reached through difficult to construct test cases can be omitted, but this should be commented (and justified) in the code
@HerbertJordan HerbertJordan added this to the Release Ready milestone Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant