isi-vista / immutablecollections

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

Get inverses of multidicts #9

Closed gabbard closed 5 years ago

gabbard commented 5 years ago

Closes #8

codecov[bot] commented 5 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.78%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #9      +/-   ##
==========================================
+ Coverage   90.34%   91.13%   +0.78%     
==========================================
  Files           7        7              
  Lines         549      564      +15     
==========================================
+ Hits          496      514      +18     
+ Misses         53       50       -3
Impacted Files Coverage Δ
immutablecollections/immutablemultidict.py 93.3% <100%> (+1.91%) :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 4a57a20...5df8816. Read the comment docs.

ConstantineLignos commented 5 years ago

Looks good to me.