Skip to content
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

Implement fully parallel upload processing #658

Merged
merged 1 commit into from
Oct 4, 2024

Implement fully parallel upload processing

3ef30d7
Select commit
Loading
Failed to load commit list.
Merged

Implement fully parallel upload processing #658

Implement fully parallel upload processing
3ef30d7
Select commit
Loading
Failed to load commit list.
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 ⚠️

Impacted file tree graph

@@           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%) ⬇️