denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 581 forks source link

refactor(csv): remove dead code and improve `CsvParseStream` test #5153

Closed kt3k closed 5 days ago

kt3k commented 6 days ago

part of #3713

This PR removes some dead code in CsvParseStream and improves the testing of it.

codecov[bot] commented 6 days ago

Codecov Report

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

Project coverage is 93.32%. Comparing base (ba256e3) to head (418168e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5153 +/- ## ========================================== + Coverage 93.23% 93.32% +0.09% ========================================== Files 473 473 Lines 38056 38051 -5 Branches 5423 5423 ========================================== + Hits 35480 35510 +30 + Misses 2532 2498 -34 + Partials 44 43 -1 ```

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