isi-vista / immutablecollections

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

Equality #34

Closed gabbard closed 5 years ago

gabbard commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.51%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   89.66%   90.17%   +0.51%     
==========================================
  Files           7        7              
  Lines         619      621       +2     
==========================================
+ Hits          555      560       +5     
+ Misses         64       61       -3
Impacted Files Coverage Δ
immutablecollections/_immutabledict.py 84.21% <100%> (+0.33%) :arrow_up:
immutablecollections/_immutableset.py 90% <100%> (+1.42%) :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 680c760...5d10f96. Read the comment docs.