Implement fully parallel upload processing #658
Merged
Codecov Notifications / codecov/project
succeeded
Oct 4, 2024 in 0s
98.02% (+0.00%) compared to c97132d
View this Pull Request on Codecov
98.02% (+0.00%) compared to c97132d
Details
Codecov Report
Attention: Patch coverage is 99.21260%
with 1 line
in your changes missing coverage. Please review.
✅ All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
tasks/upload.py | 94.73% | 1 Missing |
@@ Coverage Diff @@
## main #658 +/- ##
=======================================
Coverage 98.02% 98.02%
=======================================
Files 437 438 +1
Lines 36313 36389 +76
=======================================
+ Hits 35597 35672 +75
- Misses 716 717 +1
Components | Coverage Δ | |
---|---|---|
NonTestCode | 95.89% <99.18%> (+0.01%) |
⬆️ |
OutsideTasks | 98.03% <100.00%> (+<0.01%) |
⬆️ |
Files with missing lines | Coverage Δ | |
---|---|---|
helpers/parallel.py | 100.00% <100.00%> (ø) |
|
services/report/__init__.py | 97.20% <100.00%> (+0.02%) |
⬆️ |
tasks/tests/integration/test_upload_e2e.py | 100.00% <100.00%> (ø) |
|
tasks/tests/unit/test_upload_processing_task.py | 100.00% <100.00%> (ø) |
|
tasks/upload_finisher.py | 96.00% <100.00%> (+0.40%) |
⬆️ |
tasks/upload_processor.py | 99.38% <100.00%> (ø) |
|
tasks/upload.py | 96.10% <94.73%> (-0.18%) |
⬇️ |
Loading