isi-vista / immutablecollections

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

Bypass slow builder for common case for ImmutableSet union #74

Closed gabbard closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will increase coverage by 0.1%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #74     +/-   ##
=========================================
+ Coverage   89.34%   89.45%   +0.1%     
=========================================
  Files           7        7             
  Lines         676      683      +7     
=========================================
+ Hits          604      611      +7     
  Misses         72       72
Impacted Files Coverage Δ
immutablecollections/_immutableset.py 91.25% <100%> (+0.23%) :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 df73582...aa0f0eb. Read the comment docs.