Skip to content

csv: drop x/text dependency - #71

Open
roman-khimov wants to merge 1 commit into
masterfrom
no-x-text
Open

csv: drop x/text dependency#71
roman-khimov wants to merge 1 commit into
masterfrom
no-x-text

Conversation

@roman-khimov

Copy link
Copy Markdown
Member

This code was added in 205b818, back then the original LOCODE DB was used. Then a6b65a7 changed our source to Github repo that contains pure UTF-8 data and handles cp1252->utf8 in scripts preparing the data. This makes the code redundant and we can drop x/text dependency by removing it.

This code was added in 205b818, back then
the original LOCODE DB was used. Then a6b65a7
changed our source to Github repo that contains pure UTF-8 data and handles
cp1252->utf8 in scripts preparing the data. This makes the code redundant
and we can drop x/text dependency by removing it.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@codecov

codecov Bot commented Aug 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 31.01%. Comparing base (6e4a7ab) to head (a9e579c).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
internal/parsers/table/csv/calls.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   30.45%   31.01%   +0.56%     
==========================================
  Files          20       20              
  Lines         660      648      -12     
==========================================
  Hits          201      201              
+ Misses        459      447      -12     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant