Open broccoliSpicy opened 1 week ago
Attention: Patch coverage is 94.25837%
with 12 lines
in your changes missing coverage. Please review.
Project coverage is 77.92%. Comparing base (
f257489
) to head (9e8784f
).
Files with missing lines | Patch % | Lines |
---|---|---|
rust/lance-encoding/src/statistics.rs | 94.08% | 11 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR tries to add helper function
expect_stat
andexpect_single_stat
to make DataBlock statistics easier to use.