Closed djjuhasz closed 1 month ago
Attention: Patch coverage is 68.42105%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 54.31%. Comparing base (
e2cc8b3
) to head (f69f41c
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
internal/persistence/telemetry.go | 0.00% | 8 Missing :warning: |
internal/persistence/ent/client/package.go | 86.66% | 2 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Refs #988
This continues the work toward #988 by adding a
ListPackages()
method to the persistence service that includes a count of the total search results returned (before paging), as well as allowing filtering, sorting, and paging of the search.Other changes:
ListPackages()
method to provide extra performance and debugging dataFilter.Page()
methodListPackages()
functionality