-
Notifications
You must be signed in to change notification settings - Fork 11
Make process_raw_upload
return the Report
directly
#850
Conversation
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #850 +/- ##
==========================================
- Coverage 98.02% 97.98% -0.05%
==========================================
Files 444 444
Lines 36057 35942 -115
==========================================
- Hits 35346 35216 -130
- Misses 711 726 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #850 +/- ##
==========================================
- Coverage 98.02% 97.98% -0.05%
==========================================
Files 444 444
Lines 36057 35942 -115
==========================================
- Hits 35346 35216 -130
- Misses 711 726 +15
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 #850 +/- ##
==========================================
- Coverage 98.02% 97.98% -0.05%
==========================================
Files 444 444
Lines 36057 35942 -115
==========================================
- Hits 35346 35216 -130
- Misses 711 726 +15
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 #850 +/- ##
==========================================
- Coverage 98.02% 97.98% -0.05%
==========================================
Files 444 444
Lines 36057 35942 -115
==========================================
- Hits 35346 35216 -130
- Misses 711 726 +15
Flags with carried forward coverage won't be shown. Click here to find out more.
|
b935dfb
to
0e50655
Compare
The `process_raw_upload` function would previously get a partial `report` as one of its arguments, to merge the processed upload into. As this has changed fundamentally with parallel upload processing, we can just return the processed `Report` directly.
0e50655
to
c7729d8
Compare
The
process_raw_upload
function would previously get a partialreport
as one of its arguments, to merge the processed upload into.As this has changed fundamentally with parallel upload processing, we can just return the processed
Report
directly.