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

fix for check for content-type when gzip #22

Merged
merged 1 commit into from
Apr 24, 2018
Merged

fix for check for content-type when gzip #22

merged 1 commit into from
Apr 24, 2018

Conversation

natrim
Copy link
Contributor

@natrim natrim commented Apr 24, 2018

this should work (it does for me)

closes #21

@codecov-io
Copy link

codecov-io commented Apr 24, 2018

Codecov Report

Merging #22 into master will decrease coverage by 0.28%.
The diff coverage is 55.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
- Coverage   70.32%   70.04%   -0.29%     
==========================================
  Files           6        6              
  Lines         428      434       +6     
==========================================
+ Hits          301      304       +3     
- Misses        101      102       +1     
- Partials       26       28       +2
Impacted Files Coverage Δ
lib/files.go 83.15% <55.55%> (-2.24%) ⬇️

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 e9d1e7c...11f4944. Read the comment docs.

@bep bep merged commit cc7116a into bep:master Apr 24, 2018
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.

Gziping files makes binary files corrupted
3 participants