Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

kt3k
Copy link
Member

@kt3k kt3k commented Jun 26, 2024

part of #3713

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

@github-actions github-actions bot added the csv label Jun 26, 2024
Copy link

codecov bot commented Jun 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kt3k kt3k merged commit c8a8859 into denoland:main Jun 27, 2024
15 checks passed
@kt3k kt3k deleted the improve-csv-stream-test branch June 27, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants