-
Notifications
You must be signed in to change notification settings - Fork 183
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 storage capacity update on FLOW transfer #2193
Test storage capacity update on FLOW transfer #2193
Conversation
FVM Benchstat comparisonThis branch with compared with the base branch onflow:master commit 9f2fbd1 The command Collapsed results for better readability
|
Codecov Report
@@ Coverage Diff @@
## master #2193 +/- ##
==========================================
- Coverage 54.40% 54.04% -0.36%
==========================================
Files 734 684 -50
Lines 67861 62575 -5286
==========================================
- Hits 36920 33821 -3099
+ Misses 27871 25864 -2007
+ Partials 3070 2890 -180
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
Isn't there a similar test somewhere already. This looks familiar. Maybe it was only in cadence...?
You may be remembering this test. I wrote it to verify the original change but it depended on cadence changes that weren't in yet. |
Test for verifying the fix for this bug: onflow/cadence#1367