isi-vista / immutablecollections

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

Add missing set/frozenset methods to ImmutableSet #62

Closed berquist closed 5 years ago

berquist commented 5 years ago

Closes #61

codecov[bot] commented 5 years ago

Codecov Report

Merging #62 into master will increase coverage by 0.37%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   89.19%   89.56%   +0.37%     
==========================================
  Files           7        7              
  Lines         657      690      +33     
==========================================
+ Hits          586      618      +32     
- Misses         71       72       +1
Impacted Files Coverage Δ
immutablecollections/_immutableset.py 91.48% <81.25%> (+0.76%) :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 8e098d6...fd314c3. Read the comment docs.