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

tests: added data file and test coverage to demonstrate encodings #406

Conversation

abramsimon
Copy link
Contributor

The library uses fs.createReadStream to read files when fromFile
is called and passes through options, including encoding, to the
fs call. This is not obvious, resulting in issue #402. I have added
a test to demonstrate this capability and a data file encoded in
latin1 for use in the test.

Issue #402

The library uses fs.createReadStream to read files when fromFile
is called and passes through options, including encoding, to the
fs call. This is not obvious, resulting in issue Keyang#402. I have added
a test to demonstrate this capability and a data file encoded in
latin1 for use in the test.

Issue Keyang#402
@coveralls
Copy link

coveralls commented Oct 1, 2020

Pull Request Test Coverage Report for Build 241

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 95.702%

Totals Coverage Status
Change from base Build 238: 0.3%
Covered Lines: 664
Relevant Lines: 681

💛 - Coveralls

@dogabudak dogabudak merged commit 1535bcf into Keyang:master Apr 17, 2023
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.

None yet

3 participants