dennisv / django-storage-swift

OpenStack Swift storage backend for Django
MIT License
86 stars 59 forks source link

Gzip content #99

Closed Amoki closed 6 years ago

Amoki commented 6 years ago

I'm not proud of my test but I couldn't manage to find useful data to check the compression

codecov-io commented 6 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   97.92%   98.03%   +0.11%     
==========================================
  Files           1        1              
  Lines         241      255      +14     
==========================================
+ Hits          236      250      +14     
  Misses          5        5
Impacted Files Coverage Δ
swift/storage.py 98.03% <100%> (+0.11%) :arrow_up:

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 3912a89...c334288. Read the comment docs.

einarf commented 6 years ago

Make sure the table in readme has correct format. The entire table tends to disappear if that is not the case. That seems to be what one of the tests is angry about 😄

Amoki commented 6 years ago

Oops, it's fixed !