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

reset decoder when decoding is done to enable reuse of decoder #109

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

francoispqt
Copy link
Owner

  • Resets the decoder after it's done decoding to enable reuse of the same decoder

@codecov-io
Copy link

codecov-io commented Apr 2, 2019

Codecov Report

Merging #109 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   99.96%   99.96%   +<.01%     
==========================================
  Files          38       38              
  Lines        5323     5384      +61     
==========================================
+ Hits         5321     5382      +61     
  Misses          1        1              
  Partials        1        1
Impacted Files Coverage Δ
decode_stream.go 100% <ø> (ø) ⬆️
decode_stream_pool.go 100% <100%> (ø) ⬆️
decode_number_uint.go 100% <100%> (ø) ⬆️
decode_pool.go 100% <100%> (ø) ⬆️
decode_unsafe.go 100% <100%> (ø) ⬆️
decode_bool.go 100% <100%> (ø) ⬆️
decode_object.go 100% <100%> (ø) ⬆️
decode_interface.go 100% <100%> (ø) ⬆️
decode_number_float.go 100% <100%> (ø) ⬆️
decode_sqlnull.go 100% <100%> (ø) ⬆️
... and 5 more

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 e46791d...9df89bc. Read the comment docs.

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

2 participants