-
Notifications
You must be signed in to change notification settings - Fork 22
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
test: Generic cw1-whitelist example #404
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #404 +/- ##
==========================================
- Coverage 82.37% 82.30% -0.08%
==========================================
Files 53 53
Lines 3126 3113 -13
==========================================
- Hits 2575 2562 -13
Misses 551 551 ☔ View full report in Codecov by Sentry. |
7b4a585
to
4e0bafd
Compare
…nse` and `Ctx` types
0007a19
to
23129af
Compare
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.
Looks good!
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.
Good job!
Part of #399.
Makes generic the contracts cw1-whitelist and cw1-subkeys on the examples. The latter depends on the former.