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: deflate support #210

Merged
merged 1 commit into from
Aug 3, 2023
Merged

feat: deflate support #210

merged 1 commit into from
Aug 3, 2023

Conversation

danielgtaylor
Copy link
Owner

Adds support for deflate content encoding.

Fixes #205.

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #210 (6bd162a) into main (2242e20) will increase coverage by 0.23%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #210      +/-   ##
==========================================
+ Coverage   75.66%   75.90%   +0.23%     
==========================================
  Files          26       26              
  Lines        3550     3606      +56     
==========================================
+ Hits         2686     2737      +51     
- Misses        665      666       +1     
- Partials      199      203       +4     
Files Changed Coverage Δ
cli/cli.go 70.45% <100.00%> (+0.06%) ⬆️
cli/encoding.go 78.94% <100.00%> (+1.16%) ⬆️

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@danielgtaylor danielgtaylor merged commit 6b9ecae into main Aug 3, 2023
6 checks passed
@danielgtaylor danielgtaylor deleted the deflate branch August 3, 2023 16:19
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.

Request: add support for deflate encoding
1 participant