-
Notifications
You must be signed in to change notification settings - Fork 11
Stop writing ReportDetails
/files_array
#840
Conversation
This PR includes changes to |
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 #840 +/- ##
==========================================
- Coverage 98.04% 98.04% -0.01%
==========================================
Files 443 444 +1
Lines 36054 35984 -70
==========================================
- Hits 35350 35279 -71
- Misses 704 705 +1
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 #840 +/- ##
==========================================
- Coverage 98.04% 98.04% -0.01%
==========================================
Files 443 444 +1
Lines 36054 35984 -70
==========================================
- Hits 35350 35279 -71
- Misses 704 705 +1
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 #840 +/- ##
==========================================
- Coverage 98.04% 98.04% -0.01%
==========================================
Files 443 444 +1
Lines 36054 35984 -70
==========================================
- Hits 35350 35279 -71
- Misses 704 705 +1
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 #840 +/- ##
==========================================
- Coverage 98.04% 98.04% -0.01%
==========================================
Files 443 444 +1
Lines 36054 35984 -70
==========================================
- Hits 35350 35279 -71
- Misses 704 705 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1a56669
to
b4cdea8
Compare
This model was previously used for the ill-fated `report_builder` feature which was since removed. Avoiding the table and in particular the `files_array` saves us from one GCS write per report, so should speed up the `UploadFinisher` ever so slightly.
b4cdea8
to
93a28a8
Compare
This model was previously used for the ill-fated
report_builder
feature which was since removed.Avoiding the table and in particular the
files_array
saves us from one GCS write per report, so should speed up theUploadFinisher
ever so slightly.