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

Read file as binary #982

Merged
merged 3 commits into from Oct 23, 2019
Merged

Read file as binary #982

merged 3 commits into from Oct 23, 2019

Conversation

kbh2o
Copy link
Contributor

@kbh2o kbh2o commented Oct 23, 2019

This will avoid decoding errors when files are in different encodings

This will avoid encoding errors when files are in different encodings
@codecov-io
Copy link

codecov-io commented Oct 23, 2019

Codecov Report

Merging #982 into develop will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #982      +/-   ##
===========================================
+ Coverage    93.11%   93.11%   +<.01%     
===========================================
  Files           83       84       +1     
  Lines         6765     6784      +19     
===========================================
+ Hits          6299     6317      +18     
- Misses         466      467       +1
Impacted Files Coverage Δ
slash/utils/python.py 92.85% <100%> (ø) ⬆️
slash/parallel/parallel_manager.py 98.29% <0%> (-0.86%) ⬇️
slash/plugins/builtin/ci_links.py 100% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 532b7e3...6b6e33f. Read the comment docs.

@vmalloc
Copy link
Member

vmalloc commented Oct 23, 2019

Thanks for the PR!

vmalloc
vmalloc previously approved these changes Oct 23, 2019
@vmalloc
Copy link
Member

vmalloc commented Oct 23, 2019

One small request - can you please add a changelog entry for this change?

@kbh2o
Copy link
Contributor Author

kbh2o commented Oct 23, 2019

sure thing

@vmalloc vmalloc merged commit 8f78e0a into getslash:develop Oct 23, 2019
@vmalloc
Copy link
Member

vmalloc commented Oct 23, 2019

Many thanks for your contribution!

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