isi-vista / immutablecollections

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

Allow Mapping in immutabledict constructor #51

Closed berquist closed 5 years ago

berquist commented 5 years ago

Closes #50

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   90.59%   90.59%           
=======================================
  Files           6        6           
  Lines         617      617           
=======================================
  Hits          559      559           
  Misses         58       58
Impacted Files Coverage Δ
immutablecollections/_immutabledict.py 87.03% <100%> (ø) :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 6985a25...d341b69. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   90.59%   90.59%           
=======================================
  Files           6        6           
  Lines         617      617           
=======================================
  Hits          559      559           
  Misses         58       58
Impacted Files Coverage Δ
immutablecollections/_immutabledict.py 87.03% <100%> (ø) :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 6985a25...8d72474. Read the comment docs.