winnow-rs / winnow

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

docs: Update reference from `success` to `empty` #466

Closed vwkd closed 9 months ago

vwkd commented 9 months ago

Remove reference to success deprecated in #440.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7830406703

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Files with Coverage Reduction New Missed Lines %
src/token/mod.rs 1 75.53%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7819097216: -0.03%
Covered Lines: 1317
Relevant Lines: 3089

💛 - Coveralls
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (338b15d) 0.00% compared to head (9f55aef) 42.76%.

:exclamation: Current head 9f55aef differs from pull request most recent head da57471. Consider uploading reports for the commit da57471 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #466 +/- ## ========================================= + Coverage 0 42.76% +42.76% ========================================= Files 0 18 +18 Lines 0 3089 +3089 ========================================= + Hits 0 1321 +1321 - Misses 0 1768 +1768 ```

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

epage commented 9 months ago

Thanks!