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

Show coverage on constructors #1208

Open
0xicingdeath opened this issue Mar 12, 2024 · 0 comments
Open

Show coverage on constructors #1208

0xicingdeath opened this issue Mar 12, 2024 · 0 comments

Comments

@0xicingdeath
Copy link
Contributor

Describe the desired feature

Currently, there is no coverage output for constructors on Echidna, which makes it challenging to determine what contracts failed during execution, and debug what arguments need to be changed when setting up the system. Would be fantastic to incorporate coverage on constructors, as this would allow us to remove the current logs that are necessary to determine where the constructions of contracts had failed.

        emit LogString("DEPLOYED: centralRegistry");
        _deployCentralRegistry();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant