winnow-rs / winnow

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

feat(error): Impl AddContext for ErrMode #300

Closed epage closed 1 year ago

epage commented 1 year ago

Found this useful for gitoxide

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 5732156713

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/error.rs 2 4 50.0%
<!-- Total: 3 5 60.0% -->
Files with Coverage Reduction New Missed Lines %
src/error.rs 1 28.29%
src/ascii/mod.rs 2 51.82%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 5703440144: -0.06%
Covered Lines: 1209
Relevant Lines: 2488

💛 - Coveralls