-
Notifications
You must be signed in to change notification settings - Fork 11
Create an E2E test for Carryforwarding #739
Conversation
This adds another E2E-style test which runs the "full" upload process from Redis through the various Upload Tasks, using two consecutive commits that will carry-forward a couple of sessions from the first to the second commit.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #739 +/- ##
==========================================
+ Coverage 98.05% 98.08% +0.02%
==========================================
Files 434 434
Lines 36466 36544 +78
==========================================
+ Hits 35758 35844 +86
+ Misses 708 700 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #739 +/- ##
==========================================
+ Coverage 98.05% 98.08% +0.02%
==========================================
Files 434 434
Lines 36466 36544 +78
==========================================
+ Hits 35758 35844 +86
+ Misses 708 700 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## main #739 +/- ##
==========================================
+ Coverage 98.05% 98.08% +0.02%
==========================================
Files 434 434
Lines 36466 36544 +78
==========================================
+ Hits 35758 35844 +86
+ Misses 708 700 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #739 +/- ##
==========================================
+ Coverage 98.05% 98.08% +0.02%
==========================================
Files 434 434
Lines 36466 36544 +78
==========================================
+ Hits 35758 35844 +86
+ Misses 708 700 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
nice 🎉
This adds another E2E-style test which runs the "full" upload process from Redis through the various Upload Tasks, using two consecutive commits that will carry-forward a couple of sessions from the first to the second commit.