Closed GoogilyBoogily closed 7 years ago
Merging #109 into develop will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## develop #109 +/- ##
======================================
Coverage 100% 100%
======================================
Files 74 73 -1
Lines 2014 2013 -1
======================================
- Hits 2014 2013 -1
Impacted Files | Coverage Δ | |
---|---|---|
shelf/search/update_manager.py | 100% <ø> (ø) |
:arrow_up: |
shelf/bulk_update/container.py | 100% <100%> (ø) |
:arrow_up: |
shelf/bucket_update/utils.py | 100% <100%> (ø) |
:arrow_up: |
shelf/bulk_update/utils.py | 100% <100%> (ø) |
:arrow_up: |
shelf/bulk_update/runner.py | 100% <100%> (ø) |
:arrow_up: |
shelf/bucket_update/search_updater.py | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update ea59703...709fd2c. Read the comment docs.
The prune-search-index script now essentially does only the removal part of the update-search-index script. Also made some other changes to make some bulk_update functions more flexible to allow passing in which search update function should be used.