isi-vista / immutablecollections

A library for immutable collections, in the spirit of Guava's Immutable Collections.
MIT License
3 stars 1 forks source link

immutablecollections have serialized forms independent of implementation #39

Closed berquist closed 5 years ago

berquist commented 5 years ago

Closes https://github.com/isi-vista/immutablecollections/issues/27.

codecov[bot] commented 5 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #39     +/-   ##
=========================================
+ Coverage   89.81%   90.12%   +0.3%     
=========================================
  Files           7        7             
  Lines         638      658     +20     
=========================================
+ Hits          573      593     +20     
  Misses         65       65
Impacted Files Coverage Δ
immutablecollections/_immutabledict.py 85% <100%> (+0.78%) :arrow_up:
immutablecollections/immutablecollection.py 100% <100%> (ø) :arrow_up:
immutablecollections/_immutablemultidict.py 91.43% <100%> (+0.34%) :arrow_up:
immutablecollections/_immutableset.py 90.04% <100%> (+0.18%) :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 6e5321b...e02c9a0. Read the comment docs.