-
Couldn't load subscription status.
- Fork 36
fix(storageLayout, readme): update hardhat config for storageLayout and updated readme #182
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
Conversation
…nd updated readme
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #182 +/- ##
=======================================
Coverage 98.69% 98.69%
=======================================
Files 48 48
Lines 764 764
Branches 160 160
=======================================
Hits 754 754
Misses 1 1
Partials 9 9 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: Looked up outputSelection option in detail, it enables outputs of storageLayout but does not have option to exclude test contracts and build artifacts. so I'd rather keep it this way.
https://docs.soliditylang.org/en/v0.8.20/using-the-compiler.html#input-description
Issue:
AXE-4606
Executing the command
STORAGE_LAYOUT=true npx hardhat checkreturns:Fix
added outputSelection configuration for storageLayout.
After Fix:
STORAGE_LAYOUT=true npm run check