nietras / Sep

World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (`csv`, `tsv` etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
http://nietras.com
MIT License
840 stars 33 forks source link

Add SepReaderOptions.DisableQuotesParsing #115

Closed nietras closed 6 months ago

nietras commented 6 months ago

Fixes #91

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 99.25%. Comparing base (d4e8fcf) to head (73fd5af).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ========================================== - Coverage 99.27% 99.25% -0.03% ========================================== Files 45 46 +1 Lines 3331 3343 +12 Branches 354 355 +1 ========================================== + Hits 3307 3318 +11 - Misses 21 22 +1 Partials 3 3 ``` | [Flag](https://app.codecov.io/gh/nietras/Sep/pull/115/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [Debug](https://app.codecov.io/gh/nietras/Sep/pull/115/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `98.62% <100.00%> (-0.06%)` | :arrow_down: | | [Release](https://app.codecov.io/gh/nietras/Sep/pull/115/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `99.14% <100.00%> (+<0.01%)` | :arrow_up: | | [macos-latest](https://app.codecov.io/gh/nietras/Sep/pull/115/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `98.89% <100.00%> (+0.84%)` | :arrow_up: | | [ubuntu-latest](https://app.codecov.io/gh/nietras/Sep/pull/115/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `98.89% <100.00%> (+<0.01%)` | :arrow_up: | | [windows-latest](https://app.codecov.io/gh/nietras/Sep/pull/115/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | `98.89% <100.00%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#carryforward-flags-in-the-pull-request-comment) to find out more.

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