winnow-rs / winnow

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

feat(stream): Allow finding chars in byte slices #472

Closed epage closed 7 months ago

epage commented 7 months ago

This is to smooth out the upgrade to 0.6 as some of the imps will be removed and these are needed to replace them

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7878038944

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/stream/mod.rs 1 31 3.23%
<!-- Total: 1 31 3.23% -->
Files with Coverage Reduction New Missed Lines %
src/ascii/mod.rs 2 53.41%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 7805558549: -0.07%
Covered Lines: 1311
Relevant Lines: 3179

💛 - Coveralls
codecov[bot] commented 7 months ago

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (c88418d) 41.31% compared to head (ed56b33) 41.23%.

Files Patch % Lines
src/stream/mod.rs 3.22% 30 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## v0.5-main #472 +/- ## ============================================= - Coverage 41.31% 41.23% -0.08% ============================================= Files 19 19 Lines 3171 3179 +8 ============================================= + Hits 1310 1311 +1 - Misses 1861 1868 +7 ```

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