isi-vista / immutablecollections

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

Drop use of frozendict for backing ImmutableDict #40

Closed berquist closed 5 years ago

berquist commented 5 years ago

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

codecov[bot] commented 5 years ago

Codecov Report

Merging #40 into master will decrease coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
- Coverage   90.12%   90.07%   -0.05%     
==========================================
  Files           7        7              
  Lines         658      665       +7     
==========================================
+ Hits          593      599       +6     
- Misses         65       66       +1
Impacted Files Coverage Δ
immutablecollections/_immutabledict.py 87.03% <100%> (+2.03%) :arrow_up:
immutablecollections/_immutablemultidict.py 91.4% <100%> (-0.04%) :arrow_down:
immutablecollections/_immutablelist.py 86.88% <0%> (-3.28%) :arrow_down:

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 d234007...8100f0e. Read the comment docs.