Closed epage closed 9 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/stream/mod.rs | 14 | 27 | 51.85% | ||
<!-- | Total: | 14 | 27 | 51.85% | --> |
Totals | |
---|---|
Change from base Build 7762181441: | 0.2% |
Covered Lines: | 1317 |
Relevant Lines: | 3149 |
Attention: 13 lines
in your changes are missing coverage. Please review.
Comparison is base (
ec3e3d3
) 41.66% compared to head (ddf9912
) 41.82%.
Files | Patch % | Lines |
---|---|---|
src/stream/mod.rs | 51.85% | 13 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #444
BREAKING CHANGE: This adds an extra generic parameter to
Checkpoint<T, S>