-
Notifications
You must be signed in to change notification settings - Fork 139
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
Improve Cadence 1.0 state migration #3211
Conversation
steps are not individual tests, and failures do not propagateb between subtests
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 211f707 Collapsed results for better readability
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3211 +/- ##
==========================================
+ Coverage 80.70% 80.73% +0.03%
==========================================
Files 380 380
Lines 93205 93278 +73
==========================================
+ Hits 75222 75310 +88
+ Misses 15278 15260 -18
- Partials 2705 2708 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Work towards #3192
Description
t.Run
for test "steps". Still, use immediately-invoked functions to scope variables, so it is enforced that assertions/loads re-load from serialized state, and not in-memory values created during preparationmaster
branchFiles changed
in the Github PR explorer