Closed epage closed 8 months ago
Attention: Patch coverage is 41.66667%
with 7 lines
in your changes are missing coverage. Please review.
Project coverage is 41.82%. Comparing base (
c3e3e4d
) to head (9d50921
).
Files | Patch % | Lines |
---|---|---|
src/stream/mod.rs | 41.66% | 7 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/stream/mod.rs | 5 | 12 | 41.67% | ||
<!-- | Total: | 5 | 12 | 41.67% | --> |
Totals | |
---|---|
Change from base Build 8073857515: | -0.009% |
Covered Lines: | 1274 |
Relevant Lines: | 3046 |
We aren't consistent on empty buffers between
simd
and not.Fixes #489