-
Notifications
You must be signed in to change notification settings - Fork 11
Hardcode parallel mode in UploadFinisher
#825
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #825 +/- ##
==========================================
+ Coverage 97.84% 98.02% +0.17%
==========================================
Files 444 442 -2
Lines 36345 36163 -182
==========================================
- Hits 35561 35448 -113
+ Misses 784 715 -69
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #825 +/- ##
==========================================
+ Coverage 97.84% 98.02% +0.17%
==========================================
Files 444 442 -2
Lines 36345 36163 -182
==========================================
- Hits 35561 35448 -113
+ Misses 784 715 -69
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #825 +/- ##
==========================================
+ Coverage 97.84% 98.02% +0.17%
==========================================
Files 444 442 -2
Lines 36345 36163 -182
==========================================
- Hits 35561 35448 -113
+ Misses 784 715 -69
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #825 +/- ##
==========================================
+ Coverage 97.84% 98.02% +0.17%
==========================================
Files 444 442 -2
Lines 36345 36163 -182
==========================================
- Hits 35561 35448 -113
+ Misses 784 715 -69
Flags with carried forward coverage won't be shown. Click here to find out more.
|
dbe478c
to
27a7afe
Compare
af7cceb
to
f521af3
Compare
This removes all the non-parallel code from `UploadFinisher`, and consolidates some other code as well which now became obsolete. In particular, this removes the parallel feature flag, and the parallel verification task.
f521af3
to
2d25a26
Compare
This removes all the non-parallel code from
UploadFinisher
, and consolidates some other code as well which now became obsolete.In particular, this removes the parallel feature flag, and the parallel verification task.