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

feat: streaming encoding #71

Merged
merged 9 commits into from
Jan 31, 2023
Merged

feat: streaming encoding #71

merged 9 commits into from
Jan 31, 2023

Conversation

tdakkota
Copy link
Member

Fixes #30.

@codecov
Copy link

codecov bot commented Jan 24, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (6ce80d8) compared to base (797756e).
Patch coverage: 100.00% of modified lines in pull request are covered.

❗ Current head 6ce80d8 differs from pull request most recent head b5865f5. Consider uploading reports for the commit b5865f5 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              main       #71    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           39        43     +4     
  Lines         3058      3163   +105     
==========================================
+ Hits          3058      3163   +105     
Impacted Files Coverage Δ
enc.go 100.00% <100.00%> (ø)
enc_b64.go 100.00% <100.00%> (ø)
enc_comma.go 100.00% <100.00%> (ø)
enc_float.go 100.00% <100.00%> (ø)
enc_int.go 100.00% <100.00%> (ø)
enc_num.go 100.00% <100.00%> (ø)
enc_str.go 100.00% <100.00%> (ø)
enc_str_escape.go 100.00% <100.00%> (ø)
enc_stream.go 100.00% <100.00%> (ø)
internal/byteseq/byteseq.go 100.00% <100.00%> (ø)
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tdakkota tdakkota force-pushed the feat/streaming-encoding branch 4 times, most recently from 99a4bbc to 4067849 Compare January 25, 2023 13:08
@tdakkota tdakkota force-pushed the feat/streaming-encoding branch 7 times, most recently from 03c0e77 to 6ce80d8 Compare January 31, 2023 11:41
@tdakkota tdakkota force-pushed the feat/streaming-encoding branch from 6ce80d8 to b5865f5 Compare January 31, 2023 11:52
@tdakkota tdakkota marked this pull request as ready for review January 31, 2023 11:57
@tdakkota tdakkota merged commit 047bbd6 into main Jan 31, 2023
@tdakkota tdakkota deleted the feat/streaming-encoding branch January 31, 2023 11:57
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.

feat: streaming encoding
1 participant