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 gzip codec #200

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Add gzip codec #200

merged 1 commit into from
Mar 9, 2024

Conversation

myzie
Copy link
Collaborator

@myzie myzie commented Mar 9, 2024

>>> encode("TEST", "gzip")
byte_slice("\x1f\x8b\b\x00\x00\x00\x00\x00\x00\xff\nq\r\x0e\x01\x04\x00\x00\xff\xff\xb8\x93\xea\xee\x04\x00\x00\x00")
>>> encode("TEST", "gzip") | decode("gzip")
byte_slice("TEST")

Copy link

codecov bot commented Mar 9, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 12 lines in your changes are missing coverage. Please review.

Project coverage is 31.35%. Comparing base (21602e4) to head (aed01ab).

Files Patch % Lines
builtins/codecs.go 50.00% 6 Missing and 6 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   30.97%   31.35%   +0.38%     
==========================================
  Files         113      113              
  Lines       14505    14529      +24     
==========================================
+ Hits         4493     4556      +63     
+ Misses       9461     9398      -63     
- Partials      551      575      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@myzie myzie merged commit 297643d into main Mar 9, 2024
5 checks passed
@myzie myzie deleted the gzip-codec branch March 9, 2024 16:12
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.

1 participant