Closed rkingsbury closed 1 month ago
Attention: Patch coverage is 87.50000%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 88.84%. Comparing base (
216f1a6
) to head (c1ef139
). Report is 4 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/maggma/builders/group_builder.py | 87.50% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
GroupBuilder
has aquery
kwarg that is supposed to provide filtering of items from the source store, but it does not function correctly and has not been tested.This PR implements the intended functionality of
query
and adds tests for it.