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

Add example for buffered access when reading from a file #438

Merged
merged 2 commits into from Jul 24, 2022

Conversation

dralley
Copy link
Collaborator

@dralley dralley commented Jul 24, 2022

No description provided.

@dralley dralley requested a review from Mingun July 24, 2022 15:33
@codecov-commenter
Copy link

codecov-commenter commented Jul 24, 2022

Codecov Report

Merging #438 (33b6e6d) into master (d8ae1c3) will decrease coverage by 0.06%.
The diff coverage is 16.66%.

@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
- Coverage   51.20%   51.13%   -0.07%     
==========================================
  Files          25       26       +1     
  Lines       13283    13308      +25     
==========================================
+ Hits         6801     6805       +4     
- Misses       6482     6503      +21     
Flag Coverage Δ
unittests 51.13% <16.66%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
examples/read_buffered.rs 0.00% <0.00%> (ø)
src/reader/buffered_reader.rs 65.68% <100.00%> (+0.62%) ⬆️
src/reader/slice_reader.rs 100.00% <100.00%> (ø)
src/reader/mod.rs 90.48% <0.00%> (-0.11%) ⬇️
src/lib.rs 12.26% <0.00%> (-0.07%) ⬇️
src/de/mod.rs 75.16% <0.00%> (+0.09%) ⬆️
src/de/map.rs 72.35% <0.00%> (+0.46%) ⬆️

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 d8ae1c3...33b6e6d. Read the comment docs.

@Mingun Mingun merged commit c590fdf into tafia:master Jul 24, 2022
@dralley dralley deleted the split-readers branch July 24, 2022 16:04
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

4 participants