winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
572 stars 44 forks source link

fix(stream)!: Limit Checkpoints to their stream type #446

Closed epage closed 9 months ago

epage commented 9 months ago

Fixes #444

BREAKING CHANGE: This adds an extra generic parameter to Checkpoint<T, S>

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7762184584


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/stream/mod.rs 14 27 51.85%
<!-- Total: 14 27 51.85% -->
Totals Coverage Status
Change from base Build 7762181441: 0.2%
Covered Lines: 1317
Relevant Lines: 3149

💛 - Coveralls
codecov[bot] commented 9 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #446 +/- ## ========================================== + Coverage 41.66% 41.82% +0.16% ========================================== Files 19 19 Lines 3142 3149 +7 ========================================== + Hits 1309 1317 +8 + Misses 1833 1832 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.