lenskit / binpickle

Binary pickling library
https://binpickle.lenskit.org
MIT License
1 stars 1 forks source link

Add Gzip, make it default, and make Blosc optional #12

Closed mdekstrand closed 4 years ago

codecov-commenter commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.28%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   95.02%   95.31%   +0.28%     
==========================================
  Files           8        9       +1     
  Lines         342      363      +21     
==========================================
+ Hits          325      346      +21     
  Misses         17       17              
Impacted Files Coverage Δ
binpickle/codecs/__init__.py 93.75% <100.00%> (+2.84%) :arrow_up:
binpickle/codecs/gz.py 100.00% <100.00%> (ø)
binpickle/write.py 96.39% <100.00%> (ø)

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 7cd34fe...acf5641. Read the comment docs.