Closed latonv closed 1 year ago
PR Preview Action v1.4.4 :---: Preview removed because the pull request was closed. 2023-07-11 22:18 UTC
Merging #37 (b3d4f41) into main (7174c57) will increase coverage by
0.03%
. The diff coverage is87.50%
.:exclamation: Current head b3d4f41 differs from pull request most recent head 97c481a. Consider uploading reports for the commit 97c481a to get more accurate results
@@ Coverage Diff @@
## main #37 +/- ##
==========================================
+ Coverage 92.10% 92.13% +0.03%
==========================================
Files 26 26
Lines 2532 2544 +12
Branches 224 225 +1
==========================================
+ Hits 2332 2344 +12
Misses 189 189
Partials 11 11
Impacted Files | Coverage Δ | |
---|---|---|
src/responses/search-response-details.ts | 95.12% <87.50%> (+0.52%) |
:arrow_up: |
The PPS now provides
collection_extra_info
forcollection_details
requests, and will soon allow multiple hit types to be included in a single response. This PR updates the search service models to accommodate the new response changes.